Loops
Loops allow us to iterate over a list of items in the job (for example repair costs), and to print the values from each item.
If we wanted to place some values from the repair costs into our report, we could use the following syntax:
When the report is rendered, it would look like this:
Tables
Loops can also be used on table rows:
When the report is rendered, it would look like this:
Lists
Loops can also be used on lists:
When the report is rendered, it would look like this: