0
Using a cycle to print columns into *.pdf report.
Hi! I'd like to ask a little question.
I have a table called "Packing List", with some records (relationship with 'Products' table).
When I create a *.pdf report (using the Print icon), I'd like to have a column with a list of the records (like I've put in red):
How could I use a cycle for this? I've tried a "for" cycle, but the syntax is not clear for me.
Thanks in advance!
1 reply
-
My current workaround is:
- created a "Formula" element inside "Packing List" table with the formatted string.
- in the table view, I've used the concat() function to show as I wanted.
This works, however I guess there's a better way to iterate over those results and print the string. :)
Content aside
- 5 yrs agoLast active
- 1Replies
- 1082Views