generate a list of x items in a report.
Suppose I have a table with the following columns. [ID_QR] [DatoQR] [Cuntidad] and a virtual column with the QR image
The report must print the QR repeated with the number indicated in quantity [Cuntidad]
In your template write something like this..
<<[whatever columns you want to print]>>
<<Start: TOP(TABLE[key],[_THISROW].[Cuntidad])>>
<<[_THISROW].[QR image]>>
<<End>>
//"TABLE" can be any table that has at least as many rows as the maximum number you expect to specify in [Cuntidad].
1 Like
You might find the following video helpful:
1 Like
I only have one repeat


