Manipulate local data filter from JSL
Given a list of values I want to write these to the limits of a local data filter. Here is a (almost) working example (remove data filter and re-add based on building the data filter expression dynamically) but it feels to complicated, is this the best way to do it? (It has to work dynamically for other tables with different number of columns as well) dt = Open("$SAMPLE_DATA\Fitness 3D.jmp");
sm =
...