Skip to main content

Overview

The percentage transformation calculates the percentage of one number relative to another.

Syntax

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

Parameters

ParameterTypeRequiredDescription
variable 1numberYesThe part (numerator)
variable 2numberYesThe whole (denominator)

Examples

percentage(<variable 1>, <variable 2>)
This calculates (variable 1 / variable 2) * 100.