I
I need help!
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!!!
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!!!