Skip to main content

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.) 

Hi @cmoreland ,

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.

 

 

 


@lauraj46 and @aborisova37  Thanks so much. I for some reason was just not seeing the forest for the trees on this one. You guys are the best.  I wish I could check best answer on both of your answers. 


Reply