Hello and thanks in advance,
I'm not exactly sure what to call what I am trying to acheive so I will provide a visible representation. I have a list with multiple items I need to display and I would like to know how to acheive the following format.
Business Object contents = (1,2,3,4,5,6,7,8,9,10,11,12,13)
Output format:
1 9
2 10
3 11
4 12
5 13
6
7
8