Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I am building a form that tracks uses of my company debit card, using a dynamic table with an "Add Row" button. I would like to place a box near the top of the form that will count the rows and dispay a total number of uses.
Thank You
Rab
Hi,
you simply need a small FormCalc script in the calculate event of your text field.
If you table is named 'Table' and the repeatable row is named 'Row' it looks this way:
$ = Table._Row.count
Views
Likes
Replies