Question
2
Replies
24
Views
Posted: November 10, 2020
Last activity: November 12, 2020
Display list of items in column layout
Hi,
I have a requirement to display list of 120 items in column layout and each column should have 30 items. For example:
A1 | A6 | A11 | A16 |
A2 | A7 | A12 | A17 |
A3 | A8 | A13 | A18 |
A4 | A9 | A14 | A19 |
A5 | A10 | A15 | A20 |
How can i achieve this?
Hi Akku,
I don't think you can achieve this OOTB.
You can probably try and write an activity that will count the rows and will store the content in another column of the same source and then maybe you can use a repeating dynamic layout to show the values.
Thanks,
Atikant