Hello
I have a table, and some of the rows are hidden and excluded
I would like to delete them by JSL script
I tried this script, but nothing happened,
dt << Select Where (:Excluded == 1 | :Hidden == 1);
dt << Delete Rows ( );
Can you provide me a solution, please?