Discussions
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.