Skip to main content
Answer

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

  • August 21, 2023
  • 1 reply
  • 61 views

Forum|alt.badge.img

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.

 

 

Best answer by yhartman

Hi,

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

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

I hope this helps!

1 reply

Forum|alt.badge.img+3
  • Jr Varsity I
  • Answer
  • August 22, 2023

Hi,

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

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

I hope this helps!