Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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