How do I have tabulate iterate through multiple columns using JSL
I'm pretty new to JSL and I'm stuck on something that seems like it should work, but it isn't. This is what I'm trying to create:Here's what the dataset looks like (well, it's fake, but you get the point):and this is the code I'm trying to use:top15<<Tabulate( Add Table( Column Table( Analysis Columns( :Acc_std ) ), for(i=1, i<=nitems(top15<<get column names())-1, i++, Row Table( Grouping C...