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...
Continue reading...