Hi,
I am looking for SQL script that will return item quantity on hand for both Site ID and Bin number. Does anyone know of one?
Thanks,
Terry
*This post is locked for comments
Hi,
I am looking for SQL script that will return item quantity on hand for both Site ID and Bin number. Does anyone know of one?
Thanks,
Terry
*This post is locked for comments
select ITEMNMBR,
LOCNCODE,
BIN,
QTYTYPE,
QUANTITY,
ATYALLOC
from IV00112
Where Quantity <> 0
order by ITEMNMBR, LOCNCODE, BIN
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156