Hi,you can put a small FormCalc script into the calculate event of the table.textfield = $.dataNode.nodes.lengthIt will count all subnodes of the table object, which means the number of rows (header, rows and footers).To count only rows with a specific name the script looks like:count = $.dataNode.r...