SUM(x)
This function returns the total sum of a numeric column.
Example:
Sum(coalesce("vehicle_value",0))
Was this article helpful?
This function returns the total sum of a numeric column.
Example:
Sum(coalesce("vehicle_value",0))