Hello, I have a collection of 254 rows, what I do with each value is to concatenate it with a semicolon (;) through a calculation. And I get the values in a data element as follows: 000123;000456;…
Now what I need to achieve is that it only takes 10 rows and does all that of concatenating the ten values as I mentioned before, what I am not knowing how to do is to validate that it only takes 10 rows at a time until it reaches the total number of rows of the collection which would be 254 rows initially.
I would appreciate any ideas how I could achieve this.
I attach a screenshot of what I've done so far.
![20545.png 20545.png](/t5/image/serverpage/image-id/20691iAA817D904626678E/image-size/large?v=v2&px=999)
------------------------------
Fatima Alcaraz
------------------------------