Skip to main content
Solved

Combining QTY On Hand from multiple Warehouses

  • 6 December 2022
  • 3 replies
  • 235 views

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

3 replies

Userlevel 4
Badge

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

Userlevel 7
Badge +8

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.

Userlevel 5
Badge +1

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