Skip to main content
Solved

Can you perform a secondary function on an already aggregated function with GI?

  • 21 August 2023
  • 1 reply
  • 54 views

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