Skip to Content

Function UpperLimit

Functions are used in the formulas for calculating the rate and amount of the Salary Types, as well as in the calculated columns of the Settlements.

UpperLimit(Upper Limit number;number)

Type returned Number
Context Salary types
Parameters Type Description
Upper Limit number Number

Upper limit code number

number Formula or Number

Upper limit value

Description

The value constrained to a maximum or minimum according to the definition of the upper limit.

Example

UpperLimit(4 "Gross max. 8100";ValueBase(7 "Gross total"))

returns either the employee’s gross salary or 8100 if the gross salary is greater than 8100.

Function UpperLimit