Ok, it has been a very long time since I did this last so I am feeling like the village idiot. What I'm trying to do is list out a users' First and Last name in one cell, then under that, list all applications they have access to. What I get is
+ Last Name
+ First Name
- App1
- App2
- App3
- App4
What I am instead trying to do is make it look like this:
+ Last Name, First Name - App1
- App2
- App3
- App4
Trying to get Last and First Name to be one Parent field and the apps to be child fields.