How do I get selected filters from JMP data filter and create a new columns based on that selection dynamically?
I have a jsl application to make a plot with a formula column in group by. The formula column has been created based on concatenating values from other columns based on filtered data. I want to generate the formula column dynamically and update it whenever someone selects a new category from the data filter. So if colA has two values Cat/Dogs and colB has two values tall/short. The formula column...