Stay organized with collections
Save and categorize content based on your preferences.
Returns the sum of all values in a set of numbers.
Sample usage
SUM(Quantity Sold)
Syntax
SUM(X)
Parameters
X - A numeric field or expression.
Notes
X cannot be an aggregated field or the result of an aggregation function.
Example
Consider the following example. The data source contains a field called "Quantity Sold" with the number of items sold per purchase. Use the SUM function to compute the sum of these values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-24 UTC."],[],[]]