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-No Unit until MP-Missing Phosphor) column, JMP error prompted Name Unresolved.
Why is that so? What should I do to create the 2nd group column? (I'm using JMP 15)
![WebDesignesCrow_0-1647237260152.png WebDesignesCrow_0-1647237260152.png](https://community.jmp.com/t5/image/serverpage/image-id/40784i076B9C32ED48712A/image-size/medium?v=v2&px=400)