Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Gross Profit KPI
Hi,
I am trying to create a saved search to be viewed on the dashboard. What I want to have is the gross profit for a subsidiary, basically all i want is the sales account minus the cost of sales account.
It might be pretty simple but I'm new to this formula stuff.. What I have is the following:
Criteria
Account is any of 4001000 SALES, 5001000 COST OF SALES
Results
Formula (Numeric) - Sum
CASE WHEN {account.name} = '4001000 SALES' then {amount} WHEN {account.name} = '5001000 COST OF SALES' THEN -{amount} ELSE 0 END
I am getting some weird numbers unrelated to what my accounts are currently showing.... Any help on what I am doing wrong in the formula or if I should be doing it in another way ?
0