Convert tab headers in tabulate to column groups JMP19
Hello,
In JMP19 there is very nice new functionality where grouping columns create column headers in the data table.
Thus, we wanted to know if when we do a tabulate , and we do "Make into data table" , can we keep the headers ?
I know we can keep the headers as tags, but otherwise can I transform the tags to group columns?
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Car Poll.jmp" );
...