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 Filter(
Conditional,
Add Filter(
// my filter selection goes here
)
)
);
When it's too good to be true, it's neither