To show zero for null value for Location Quantity on Hand in Item Saved Search,
- Create Item search
- Provide the required criteria
- On the results tab, along with other columns add the following formula
Formula (Numeric)
CASE WHEN {locationquantityavailable} is null THEN 0 ELSE {locationquantityavailable} END
4. Click Save & Run