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.
ERROR: Possible Divide by Zero - how to avoid this
Hi,
First of all, thank you for reading my request. I have a formula that is giving me the error: ERROR: Possible Divide by Zero
Here is the formula: DECODE({custrecord_pr_process_step},'Created',1,0)/DECODE({custrecord_pr_process_step},'Package Sent',1,0)
I changed it using the NULLIF as follow:
DECODE({custrecord_pr_process_step},'Created',1,0)/nullif(DECODE({custrecord_pr_process_step},'Package Sent',1,0),0)
But this only returned some value as 0 and others as blanks.
I would really appreciate any kind of help on this.
Yen
0