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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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