I need to select four rows of data from on table and then create four columns from those four results. Here’s what I’m trying to accomplish:
MEMBER1 PROFILE | MEMBER2 PROFILE | MEMBER3 PROFILE | MEMBER4 PROFILE
MEMBER1 TABLE2 | MEMBER1 TABLE2 | MEMBER1 TABLE2 | MEMBER1 TABLE2
MEMBER1 TABLE3 | MEMBER1 TABLE3 | MEMBER1 TABLE3 | MEMBER1 TABLE3
MEMBER1 TABLE4 | MEMBER1 TABLE4 | MEMBER1 TABLE4 | MEMBER1 TABLE4
I can get the “profile” row no problem but I can’t think of how to make sure the data in the columns below row one is from the same member as row 1.