Split dynamic table in two columns

Hi,
I’m trying to split a dynamic table in two columns in case there are more than 10 detail lines in the record.
The best I could think is with a second repeat loop in the datamapper and place the two tables in two different boxes.
The first loop extracts the first 10 records and the second takes place if the Extractor Property Vertical Position is less than 11.

That works ok BUT not for the records with exactly 10 detail lines :)) In these cases the step is out of bound.

Any ideas?

ok, I got it. The second repeat loop had to be of type “while statement is true”, not “until more elements”.
Better ideas are still welcome.

rgrds
Akis

Hi Akis,
Glad to see you found the solution.
Erik