Is it possible to get the quantity available value...
# general
c
Is it possible to get the quantity available value in the saved search formula ?
l
transaction search?
or inventory item search?
c
Transaction
l
Item fields...:Available
c
I need quantity available for the line location
l
Try Using formula below case when {item.inventorylocation} = {location} then {item.locationquantityavailable} else 0 end