Variable column group name for 'Group Columns()'
Hi all, I'm trying to select columns based on a list of strings, and dump the columns into a group also based on the list. Here's the code I'm using:dt = Current Data Table();
...
// phase names by which we want to group
groupnames = {"Centering", "Dwell", "Capture", "Locking"};
// all column names in the table
allcols = dt << Get Column Names();
For( i = 1, i <= N Items( groupnames ), i++,
curgroup