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.
NSC | Saved Search Formula > Resolve "Error: Invalid Expression" > CASE WHEN with SUM formula
Scenario
User has a formula that with a CASE expression. The requirement is to get the total of the quotient of 2 fields.
Sample Formula: CASE WHEN {field1} = 'Value' THEN SUM({field2})/SUM({field3}) ELSE 0 END
This formula returns Error: Invalid Expression.
Solution
This is expected behavior since we cannot combine aggregate and non-aggregate SQL functions in the same formula definition. For example, if you create a formula using an aggregate function, then all the functions in the definition must either be aggregate functions or listed in a GROUP_BY clause. This is documented in SuiteAnswers 10101.
Here's the revised formula that would work:
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!