Sorry if I overlooked this in the documentation bu...
# advancedpdf
n
Sorry if I overlooked this in the documentation but is there a way to only pull certain items in the <#list record.item as item> For example not show discount items I tried to put in an #if after <#list record.item as item> and at the row when building the table but it just shows a blank row
s
what does your #if … </#if> section of code look like? The list will always contain every line, but you can definitely exclude items from display based on conditional criteria.
n
I figured it out. It didnt how I was breaking a page. Thanks for your help!