Got another one...
I have two item lists on my pick ticket, one for all items and one for items with a certain custom value.
How can I make it so the second list only prints the header row IF there are items that have that value.
I am using <#if item.custcol_fin_sub_assembly == "P"> to only show items with that value, and it works fine, BUT it still prints the table header...any way to not show the header at all if there are no items?