Forum Discussion
How split column into a few new one
Hello,
I have list of workstations and I want split one column into a few one to avoid scrolling.
Could anyone help me with that?
Current Situation: One column with 200 records
Current Situation
My goal: A few columns with 20-30 records
Hi Reliosss ,
Please try what amitchandak mentioned and here is a simple sample.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandak
Super User
Reliosss , Usually Create row and column using quotient and remainder (mod) for number and then display it using these values as rows and column in matrix
- Icey
Community Support
Hi Reliosss ,
Please try what amitchandak mentioned and here is a simple sample.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.