Hi all!
I have my table with four columns as shown below
I want it to be like this one
It looks like normal CROSS-TAB but it has two column headings of two values CA and SE
How can I achieve this?
I have my table with four columns as shown below
Code:
[B]ModCode CA SE IDs[/B] ETT04101 1 45 AbC8976 ETT04101 2 45 ABCD0912 ETT04102 8 41 AbC8976 ETT04102 9 45 ABCD0912
Code:
[B]IDs ETT04101(CA) ETT04102(SE).....[/B] AbC8976 1 45 ABCD0912 2 45 AbC8976 8 41 ABCD0912 9 45
How can I achieve this?
Comment