<@UKJC8Q66A> yes, you can just wrap the lines with...
# advancedpdf
m
@Clint yes, you can just wrap the lines with an
<#if>
directive https://freemarker.apache.org/docs/ref_directive_if.html
👍 1
I'm not sure what you mean. You would add a checkbox custom transaction column field, and then check its value in the PDF to selectively not print that line
If you wrap the
<tr>
in an
<#if condition>
it will evaluate the condition for each line and only output the row if that condition is true. I'm on mobile atm but happy to post a code snippet when I get on a computer later.