Is there a way to combine qty on hand from multiple warehouse’s to come up with a total qty available in a GI? We have a use case where we want to look at two warehouses as a whole. (I know I could create a location as well but that would require a lot of inventory shifting.)
Page 1 / 1
Hi
Yes. Start with the INSiteStatus data access class, group on InventoryID, and sum the QtyOnHand. A simple GI to do this is attached.
Hi, @cmoreland!
You’ll need to join two tables as shown below and then group your results by InventoryID.
Also, in the Results Grid, make sure you select Aggregate Function = SUM.
Attached is the GI for your reference.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.