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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.