How to count number of rows generated by Tabulate()?
I have a JSL of the form below to generate a table using Tabulate (). How do I count the number of rows in the table?Note the number of rows change with what I have got selected in the Local Data Filter () and the row count needs to be updated with my filter selection.Tabulate(
Add Table(
Column Table( Grouping Columns( :Parameter1 ) ),
Row Table( Grouping Columns( :Wafer ) )
),
Local Data
...