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?