Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Trying to remove what seems to be a null value
I am trying to not display a value when it is zero but comparison does not seem to be working
I am looking at transaction.discounttotal the value seems to be null or missing so I would expect that (trasnaction.discounttotal)?has_content but for some reason it displays as $0.00 in my email that leads me to believe that transaction.discounttotal acutally have a value as a string (either $0.00 or 0.00) but when I try to convert that string to a number I get an error that it is not a number but com.netledger.templates.Empty.Model and when I try to say transaction.discounttotal?is_string != "0.00" that does not work
0