In scripting can I use the column grouping in an analysis?
I have written a script to group columns 3 to 52 in my data table and name the group First 50 bins.dt = current data table();
// Group columns 3 to 52 (bins 1 to 50)
FirstBin = column name(3); //column “Bin 0212” in this case, but different for each new data set
ata Table( dt ) << Group Columns( " First 50 bins ", FirstBin, 50);
Saving the script from an analysis I get a list of the column names (...