Join Slack
Powered by
Is it possible to get the quantity available value...
# general
c
Charan
05/30/2023, 2:20 PM
Is it possible to get the quantity available value in the saved search formula ?
l
Livio
05/30/2023, 3:34 PM
transaction search?
Livio
05/30/2023, 3:34 PM
or inventory item search?
c
Charan
05/30/2023, 3:35 PM
Transaction
l
Livio
05/30/2023, 3:37 PM
Item fields...:Available
c
Charan
05/30/2023, 3:53 PM
I need quantity available for the line location
l
Livio
05/30/2023, 7:25 PM
Try Using formula below
case when
{item.inventorylocation}
= {location} then {item.locationquantityavailable} else 0 end
Open in Slack
Previous
Next