Forum Discussion
Aleksandar_A
3 years agoContributor III
Hello @manohar,
The following expression should do the job:
sl.range(0, $quantity.length).map( x => $.mapValues(v => x < v.length ? v[x] : ""))
Let me know if this helps you.
BR,
Aleksandar.
Hi @AleksandarAngelevski, thank you very much. that helped.
Manohar