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.
Add location quantity per bin to any item.
Hi:
I´m creating a saved search to show how many items are at some locations. We have location A, B, C, D.
The field we would like to display {binnumber.location}
With only the info for each location.
The idea is to get a list of items:
Item At location A At Location B At location D
RX 2 34 12 1
MD 2 4 2 34
PL 2 3 9 0
WY 2 100 8 8
This is the formula
Type: Formula (Tex)
CASE WHEN {binnumber.location} EQUAL AFOSA CENTRAL THEN {binnumber.location} END
This is what i get a result:
ERROR: Invalid Expression
Can anyone help?
Thanks¡