Before I reinvent the wheel, I'm trying to implement a credit roll based off of a datalinq containing an unknown number of positions and crew. Something like this:
Position 1
Crew A
Position 2
Crew B, Crew C
...
From a table like this:
Position 1 | Crew A |
Position 2 | Crew B, Crew C |
...
Note that I would like different fonts for the position headings and the crew lines, and that multiple crew can be one line (and only take one up one cell of data.)
I'm very new to programming and to XPression so I might be missing a feature that makes this easier, and would also appreciate any sort of help/direction here.
Thank you!