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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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