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!
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.