Support

Account

Home Forums Front-end Issues How can i sum all values with php from one field? Reply To: How can i sum all values with php from one field?

  • @sirvav 1 option would be to create an array of the values from the query, and then utilize array_sum() PHP function

    Reference: https://www.php.net/manual/en/function.array-sum.php