https://netsuiteprofessionals.com logo
Title
e

EB

07/07/2021, 7:14 AM
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

Menno Janssen

07/07/2021, 7:43 AM
I am using:
<#if value != 0>
<div> show value </div>
</#if>
e

EB

07/07/2021, 7:45 AM
Thank you very much 🙂