<@ULU0070HH> there is a separate field for locatio...
# inventory
m
@Reed Dettrich there is a separate field for location quantity on hand -
locationquantityonhand
r
so should i be using it like this - CASE WHEN {location} = 'FBA' THEN {locationquantityonhand} else 0 END
still manage to get "0" as a result. Thank you for your help on this
m
Are you saying that it is working? Or still not?
k
Try gong "location on hand" join for your on hand quantity and your criteria
That only works as an item search
e
Try {location} = <numeric id of location>
r
So I needed to use {inventorylocation} = "location name" THEN {locationquantityonhand} . Have it working now. Thanks all!