Overview
This function returns the percentage of a number.
Parameters
percent(percent, base)
Percent
The percentage value to calculate.
Base
The number to calculate the percentage from.
For example...
percent(25, 200)
Returns 50 (25% of 200).
An expression editor function that calculates a percentage of a given number.
This function returns the percentage of a number.
percent(percent, base)
The percentage value to calculate.
The number to calculate the percentage from.
For example...
percent(25, 200)
Returns 50 (25% of 200).