Skip to main content

Percent

An expression editor function that calculates a percentage of a given number.

Updated yesterday

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).

Did this answer your question?