08-28-2018, 10:19 AM
the aggregation functions only work on the related records, so you do not need to add any conditions
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
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
TSolucio