We are currently using a custom UI for local setup, but now we want to have a similar setup on JMP Live.
I realized that JMP Live doesn’t work with custom UIs. What options do I have to achieve the same or a similar result?
The current UI filters and creates subsets in a specific format for the end user.

Is it possible, through Data Filter or some other method, to achieve the same functionality on JMP Live? I tested this with Big Class.jmp, but it only uploads and displays the data table on JMP Live, without applying the filtering.
dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt << Data Filter(
Add Filter(columns(:sex, :age))
);