Skip to main content

Hi everyone,

I need to aggregate the highlighted SKUs and quantities into one row, is there any way to do this using the sum function? Or should I try approaching this issue in a different way? Sorry if this is a noob question :)

 

Hi @tbradfield ,

So for this case, you’ll want to add an additional Group to your report, and set it to InventoryID.  Then move your Quantity field into that group, and try your SUM() function there.  Of course, you’ll need to leave some other fields off, like your Subassembly, since that information is a level lower than Inventory ID.

 

 

 

 


@craig2 Thanks for the response! That worked perfectly, I appreciate your help :)


Reply