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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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