If statement on optional tag
I am trying to create a PO Blanket output template that does not print closed lines. In the XML data The closed lines have a tag named <CLOSED_CODE> This tag does not exist for open lines. <?if:!CLOSED_CODE='FINALLY CLOSED'?> fails for open lines. Any idea on how to do a 'not exists' if statement on a tag?