Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to add new column to crosstable, however it appears that its always goes under "y value"
CROSSTABLE(x,y)Loadcust_ID,vVar1,
vVar2,
vVar3,vVarCalculated
Resident TableX;
What is currently(vVarCal is weighted value)
What I would like to achieve
Is it something I can do or its limited to only X and Y?
Hi
Try like below
CROSSTABLE(x,y, 2)Loadcust_ID,
vVarCalculated,vVar1,
vVar3