<@U29QCJQF3>: you might recall you helped me with ...
# advancedpdf
m
@michoel: you might recall you helped me with a price list template that listed the item category once in a table row and then each item in rows.
<#if result.custitem_filter != previousCategory><#assign previousCategory = result.custitem_filter>
was the magic that made it happen. do you think it’s feasible that advanced PDFs could detect a page break after the last item row and start the next
result.custitem_filter
on a new page? just basically trying to avoid the situation where a new item category row is listed on say the second last row of a page