Subset By and accessing the :col values used in the subset
Hello,
When subset by is performed, the Table Panel will show the :cols and their values for the given subset data table.
How does user access this information using script command?
Example:
mysubdt = mymaindt << Subset (by ( :first_var, :sec_var, :third_var)); // each var has multiple levels, aka several values.
// then mysubdt[1] through mysubdt[n] with n being the number of subset data
...