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.
How to use the results of a calculated formula in a case when statement?
Hello,
I'm trying to build a saved search formula and am running into the field limit. I need to know if there is a way to do a CASE statement with the THEN being "use the calculation I just created" ELSE 0; instead of repeating the whole calculation again? Here's the lengthy way to do it, but wondered if I could avoid the repeats (in Bold):
(Case when CEIL(CEIL((((Sum(case {transaction.location} when '05-Hilliard' then {transaction.quantity} else 0 end)/NULLIF(nvl(TO_NUMBER(SUBSTR(MAX({saleunit}), INSTR(MAX({saleunit}), '-')+1)),1),0))-MAX(case {inventorylocation} when '05-Hilliard' then nvl({locationquantityavailable},0) else 0 end)-MAX(case {inventorylocation} when '05-Hilliard' then nvl({locationquantityonorder},0) else 0 end))/(NULLIF(nvl(MAX({custitem_uae_mo_std_pack}),1),0))))*nvl(MAX({custitem_uae_mo_std_pack}),1)) >0