Solved
Count table rows
My table does NOT have repeating rows. Using JavaScript, how can I count the number of rows?
var vRows = Table1.Question.count:
My table does NOT have repeating rows. Using JavaScript, how can I count the number of rows?
var vRows = Table1.Question.count:
Not repeating rows, that's why you get 1... If you have 47 rows with all different names Row1, Row2, Row3, Row4 [...] it is normal you get a count of 1 for each because you do not add instances to a row named Row1 but you have 47 different rows
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.