Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Help with a formula in a Search
Hello, I need help with a formula.
I created a Formula (currency) to get Amount of an Invoice / # of Classes Bought to get the Price / Class - ({amount} / NULLIF({custcol_gs_purchased_nb_classes}, 0)). This formula worked just fine. See image below.
Now I want to create a Formula to get the Amount Paid / Price per Class to see how many classes they have paid for. So for instance, if they paid $1020.00 and the price per class is $918.75, then they have paid for 1.11 classes. This formula is NOT working - ({amountPaid} / ({amount} / NULLIF({custcol_gs_purchased_nb_classes}, 0))).
Can anyone tell me what I am doing wrong and how to fix it? I have tried Formula (currency, percentage, number) and I have tried Maximum, Sum, Average for the Summary Type, but none of these are working. Oh…and I want # Paid For to be 2 decimal pts.