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.
Items back ordered by not on order
I need a simple report - which I've created... that shows
SKU,
Description,
Available,
On Order,
Back Ordered.
I would then like a Formula(numeric) showing ((available+On Order)-back Ordered).
I've written the formula as follows - which works...
({quantityavailable}+{quantityonorder})-{quantitybackordered}
BUT it only works if each of the field have something in them.
Eg
Available=50
On order=50
Backordered=20
Formula result is 80 - correct.
But Eg
Available=100
On order=0
Backordered=20
Formula result is blank (not 0, just blank) - incorrect should be 80.
I would also like the formula to show negatives - which it may or may not do, but as the negatives are generally caused by low or no numbers in the first two fields, I cannot check.