Hello,
How do you use the cross tab tool to select more than one data item to
be summarized for the columns?
What I would like to do is select two fields for data, based on the
same column.
My (simplified) table is laid out like:
NAME (C), PERCENT (N), VALUE (N)
E.g. sample data:
FRED, 50%, 12
JOHN, 60%, 16
BOB, 12%, 20
For each "NAME", I would like to see the 'PERCENT", and "VALUE".
E.g. :
FRED % | FRED value | JOHN % | JOHN value | BOB % | BOB value
50 12 60 16 12
20
I hope this makes sense.
Thank you!