Hi everyone I am using freemarker when customising...
# general
e
Hi everyone I am using freemarker when customising the advanced pdf html forms and I want to say : IF value is not 0.00 THEN show but I cant quite figure it out could anyone help please? The value could be anything but 0.00 🙂 Thanks!
m
I am using:
<#if value != 0>
<div> show value </div>
</#if>
e
Thank you very much 🙂