Table of Contents

Quotient (Expression Function)

Purpose

The Quotient function (QUOTIENT) is used obtain the integer portion of the division of one number by another.

Parameters

The Quotient function has two required parameters:

Numerator

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.

Denominator

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.

Output

The output of the Quotient function is a number representing the integer portion of the division operation.

Example

For example QUOTIENT(11,3) would result in 3.