Skip to main content

Trying to sum multiple lines on a GI - and then use that sum within a secondary calculation. Is this possible in Acumatica? I seem to be getting varied results when attempting this per below.

 

 

Hi,

If it helps, instead of selecting a drop down in “Aggregate Function”, you can write the function inline.

Example =Sum(SSOLine.CuryUnitPrice]) / Max(InventoryItemCurySettings.RecPrice)

I hope this helps!


Reply