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.
Saved Search with formula comparing results to that of another formula
I've created a saved search that calculates the gross margin of a certain group of products and divides it by a certain group of applicable transactions.
I'm trying to figure out how to divide the results of one formula by the other so I can see the overall gross margin per applicable transaction.
Gross Margin (formula sum)
CASE WHEN {account} = '-Accessory' OR {account} = '-Aftermarket and OEM' OR {account} = 'Bluetooth' THEN {amount}-{cogsamount} ELSE 0 END
# Applicable Transactions (formula sum)
CASE WHEN {custcolphone_act_type} = 'New Activation' OR {custcolphone_act_type} = 'Upgrade' THEN {quantity} ELSE 0 END
What I need to do is create another column that divides the gross margin by the # of applicable transactions. This is easy to do in a scorecard but I need to include it as a column in my saved search.