Hello all, I'm trying to add a formula column to a sales order search to return the difference between quantity and committed on items, I have tried the following and it doesn't seem to be showing anything, any ideas?
CASE WHEN ({item.quantitycommitted} < {quantity}) THEN ({quantity} - {item.quantitycommitted}) END