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]
Solved! Go to Solution.
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].
I only have one repeat
Source row:
Template (Triggered on changes in table MISC)
Result
You might find the following video helpful:
User | Count |
---|---|
18 | |
10 | |
8 | |
5 | |
5 |