Subset Table Keeps Showing Old Rows – How to Clear Memory Between Runs?
I’m working on a JMP JSL script where I filter tables based on a user-provided list of values. I create filtered tables using Subset.
The issue I’m running into is:
On the first run, the filtered table shows the correct rows.
On the second run, if I input a new list, the filtered table sometimes still shows rows from the previous run, or combines old and new rows.
I’m using Names Default To Her...