Hello. I'm trying to create an item formula field ...
# general
b
Hello. I'm trying to create an item formula field for Quantity available but it shows the error. Could I know what's wrong please?
m
Create item saved search Result use only one field formula(numeric) Sum : {quantityavailable} Create item custom field Free form text Uncheck stored value In the Validation & Defaulting tab, select the name of the saved search created above in the Search dropdown.
b
@Marc I already have another field from saved search, but is it possible to use formula between those 2 fields?
m
not sure if it's not stored
b
not stored
m
yes so I don't think it's possible. But if you just want a field with the total quantity available on an item, the method I described works
b
@Marc Is it possible to sum quantity available of specific location please? I tried it but it does not work
m
If you use a criteria in your search yes but it’s not best practice I think by script its possible
b
that criteria didn't work
Is criteria Inventory Location? or Location? Actually I tried both but didn't work
It shows sum of 2 locations
m
let me check that
in criteria use Inventory Number...Location
In result use formula numeric : Summary Type = Sum and the field : {inventorynumber.quantityavailable}
it's working but not dynamic because you need to change the criteria everytime