Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.