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