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!
Avoiding Divide By Zero Errors
SuiteAnalytics (Dashboards, Searches, & Reports) : Search : Running Searches : Using Formulas in Search : Search Formula Examples and Tips
Avoiding Divide By Zero Errors
If you use division in a formula, please use Y/nullif(X,0) in place of Y/X.
Is there a reason NetSuite doesn't automatically replace Y/X with Y/nullif(X,0) when the formula is executed?
0