Hi all,
I'm creating some new invoice templates, and I'm not managing to get a text box to display only when the text variable in the box is non-null. What I'd like to do is show a project's PO number only when a PO number exists, so I tried adding a text box like this:
"Ref.: <!--ProjectPurchaseOrderNumber-->"
setting it to display only when the variable value doesn't equal "zero". Does that only work for number variables and not for text variables? The PO numbers I get from clients almost always have both letters and numbers.
My goal is to only print the field label when the related variable is not null. Is there some other way to achieve this?
And on a related note, is there a way to only print a new line for "ClientAddress2" when the second address line is not null?
Cheers,
Grey