Display total number of rows in a table. | Community
Skip to main content
January 6, 2014
Question

Display total number of rows in a table.

  • January 6, 2014
  • 1 reply
  • 2721 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

radzmar
Level 10
January 6, 2014

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