- What is your feature/integration request?
Requesting a function where we can duplicate rows by a cell value in the row.
Or For Next Loop function
Example :
I have a table that contains orders for items that has a part# and a quantity.
Part# QTY
ABC. 3
ABD. 2
DEF. 1
I need to have those rows duplicated n times as represented in the QTY
ABC 3
ABC 3
ABC 3
ABD 2
ABD 2
DEF 1
-
What problem would this feature/integration solve?
For Next Loop function - plenty of problems this will solve. -
How do you solve/workaround this problem today?
Generate spreadsheet file in Parabola and run the file thru VBA macro in Excel.