Sort categorical variables in local data filter (not alphabetically)
I notice that the Local Data Filter for categorical variables shows them in alphabetic order. There is an option to order them by count, but I was after the option of sorting them by other variables. In my case, I have a specific list I want to use as an order, but not sure how to do it. Is there a simpler way than the following?Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" )
...