I’m trying to work on a GI to show my Inventory Manager all Warehouse locations that currently do not have inventory in them. This is a way to see how many open locations exist, build out a storage capacity percentage, and help receiving pick locations to put inventory away.
I’ve tried something as simple as looking at INLocationStatus and filtering out there QtyonHand = 0, but all that seems to be doing is showing me inventory IDs that had a reference there at one point, that is currently at 0. I can look at that location and still see inventory allocated there in the system.
I’m curious what I am missing. Do I need to find a why to sum all inventory IDs as a location first, then show only the ones that equal zero?