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.
Problem with count number of order in desire price range in formula of saved search
Hi,
I have tried to calculate number of order which has item in specific item category in desired price range.
So I use this criteria;
- Type = Invoice
- Main Line = false
- Item : Name = dose not start with Vat
- Account Type = is any of Income, Deferred Revenue
- Item Type = Is any of Service, Other Charge, Non-inventory item, Kit/Package, Inventory Item
- Item = Is non of NML Logistic (this is shipping item)
Result
- Item : Item Category (Group), Summary Type = Group
- Formula Numeric, Summary Type = Count, Formula = CASE WHEN TRUNC ({amount}) between 0 and 0 THEN {internalid} else 0 END
The result return that number of order of each item category is all count more than the actual for 1. I'm not sure which criteria or formula is wrong. Please advise. Thank you in advance.