Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the CRM ID of a related record through expression
#2
the aggregation functions only work on the related records, so you do not need to add any conditions

Code:
aggregation('sum','Invoice','sum_nettotal')


that should do what you want.

Adding condtions would be for the case where you only wanted to sum the "Paid" invoices, for example

Give that a try
Joe
TSolucio
Reply


Messages In This Thread
RE: How to get the CRM ID of a related record through expression - joebordes - 08-28-2018, 10:19 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)