Hello All,
I need help in transposing the data below using Table ID as uniqueID, basically every time the integer in TableID increments, create a new row with the data transposed. Thank you in advance.
I need help in transposing the data below using Table ID as uniqueID, basically every time the integer in TableID increments, create a new row with the data transposed. Thank you in advance.
TableID | VendorID | Question | Response |
| TableID | VendorID | What's your favorite color? | Do you reside in California? | Client's Gender | |||
1 | 5 | What's your favorite color? | Green | 1 | 5 | Green | Yes | Male | ||||
1 | 5 | Do you reside in California? | Yes | 2 | 7 | Yellow | No | Female | ||||
1 | 5 | Client's Gender | Male | 3 | 9 | Purple | No | Unknown | ||||
2 | 7 | What's your favorite color? | Yellow | |||||||||
2 | 7 | Do you reside in California? | No | |||||||||
2 | 7 | Client's Gender | Female | |||||||||
3 | 9 | What's your favorite color? | Purple | |||||||||
3 | 9 | Do you reside in California? | No | |||||||||
3 | 9 | Client's Gender | Unkown |