Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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);
View solution in original post
Thank you very much. This worked wonderfully.
Views
Likes
Replies