Data display - columns/rows

G

Guest

I need help displaying data in a different format.

Data in table:
ID test result = column headers
001 A W
001 B X
002 A Y
002 B Z

Need to display in the following format with only 1 row per ID.
ID A B = column headers
001 W X
002 Y Z

What is the best way to do this?
Thank you!!!
 
G

Guest

Thank you so much! Cross-tab worked like a charm on the 2nd attempt (when I
first tried, I couldn't figure out how to get the values - if I selected an
aggregate function in the wizard, it was not letting me change it to display
the actual values). Thanks again!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top