How can I format a <> expression if I need to create a limit of the rows that I want to add in the PDF?
Eg: In the Start expression I add filtering condition (Year and Month) and I want to show in the PDF only 10 rows from the table that are equal to the Year/Month filter, so instead of adding authomaticaly the 100 rows regarding that filter, to only add the first 10 rows regarding that year and month.
@1111 Start expressions will only iterate vertically in a template. You can get a little more control out of it by writing custom html in the Email Body field, instead of using a template, although I am unsure if you will be able to iterate horizontally there either ( since < td > are children or < tr >).