I have a Row that I would like to repeat based on a Numeric Field. Can someone please assist me with this?
Thank you in advance
Parre
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
you can do so with a small script in the exit:Event of your numeric field.
Assuming your table is named "Table1" and has a repeatable row named "Row1" than the script will look like:
Table1._Row1.setInstances(this.rawValue);
Views
Replies
Total Likes
Hi,
you can do so with a small script in the exit:Event of your numeric field.
Assuming your table is named "Table1" and has a repeatable row named "Row1" than the script will look like:
Table1._Row1.setInstances(this.rawValue);
Views
Replies
Total Likes
Thank you very much. This worked wonderfully.
Parre
Views
Replies
Total Likes
Views
Likes
Replies