- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
The Quotient function (QUOTIENT) is used obtain the integer portion of the division of one number by another.
The Quotient function has two required parameters:
Allowed Inputs: field value or number
The first required parameter is the number that represents the numerator of the division operation. Either use the use the Query Builder to choose a field that contains the value or use type a value to enter a number.
Allowed Inputs: field value or a number
The second required parameter of the Quotient function is the number that represents the denominator of the division operation. 0 is an illegal value for the denominator. Either use the query builder or the type a value option to enter a number.
The output of the Quotient function is a number representing the integer portion of the division operation.
For example QUOTIENT(11,3) would result in 3.