Forum Post: RE: How to sum values of a field on records

  • Thread starter Thread starter shkumar
  • Start date Start date
Status
Not open for further replies.
S

shkumar

Guest
Hi , You can create a formula field , and use the group function #calc _sum.collection(mycurrency | true) . which will SUM the value present in mycurrency field on the list of records. How it workds ? : #CALC_SUM.R8011457( expression | condition ) will do SUM of expressions for records where condition is true. Here , Expression is mandatory and must be numeric. Condition is optional (default to true). eg: #CALC_SUM.invoice( amount | due_date =YEAR );

Continue reading...
 
Status
Not open for further replies.
Back
Top