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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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