Skip to main content

Overview

The sum transformation adds two numbers together.

Syntax

sum(<variable 1>, <variable 2>)

Parameters

ParameterTypeRequiredDescription
variable 1numberYesFirst number to add
variable 2numberYesSecond number to add

Examples

sum(<variable 1>, <variable 2>)