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.
Need help with formula so results appear a certain way
i have this formula, but it doesn't seem to work. Can anybody please tell me why? I want all companies with specific Gross Annual Revenue to show a range in the results instead of the GAR that was inputted.
Case when To_NUMBER ({customer.custentity_grossannualrevenue}) >0 and TO_NUMBER ({customer.custentity_grossannualrevenue}) = <10 then 'Under $10 million'
when ({customer.custentity_grossannualrevenue}) = > 10 and <25 then ‘$10-24 million’
when ({customer.custentity_grossannualrevenue}) = >24 and <50 then ‘$25-49 million’
when ({customer.custentity_grossannualrevenue}) = >49 and <100 then ‘$50-99 million’
when ({customer.custentity_grossannualrevenue}) = >99 and <250 then ‘$100-249 million’
when ({customer.custentity_grossannualrevenue}) = >249 and <500 then ‘$250-499 million’