How do I create another group of columns in JSL scripting
I want to group 30 columns of my data table into 2 group columns.
My script as below;
dt << group columns( "SeahawkDefects", :FBMissing Bond :: :SBBall Accuracy );
Current Data Table () << group columns( "TTDefects", :NU-No Unit :: :MP-Missing Phosphor );
I able to create the 1st group column (FBMissing Bond until SBBall Accuracy). But, when I use similar script to create the 2nd group (NU-...