Yes that does work, but it is bringing back a very...
# general
n
Yes that does work, but it is bringing back a very different number than expecting. When doing just {item.quantityonhand} it brings back 300, but when doing Max({item.quantityonhand}) it brings back 20, which according to the inventory detail we actually have on hand for this particular item. So I am not sure what item.quantityonhand is actually calculating.