Select a dynamic number of columns with JSL, selecting columns that meet a condition
https://www.jmp.com/support/help/14-2/use-set-selected-to-select-columns.shtmlWhat's the best way to rewrite something like this? The intent is that DT is a join of TRANSPOSE and CATEGORY_TABLE.CATEGORY_TABLE is a one column table with column CategoryTRANSPOSE is the result of a data transposeThe trick is that TRANSPOSE doesn't always have the same number of columns. Confusingly, the output of th...