Free cookie consent management tool by TermsFeed quotient() Function
quotient() Function

Function

quotient( numerator, denominator )

Returns the quotient when numerator is divided by the denominator, and drops the remainder.

Parameters

Keyword Type Description

numerator

Decimal

The numerator of the quotient, or the number that is divided.

denominator

Decimal

The denominator of the quotient, or the number to divide by.

Returns

Integer

Examples

The denominator value cannot be 0.

Examples

quotient(8.0,3.0) returns 2

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Sync-Time Custom Record Fields Compatible

Can be used to create a custom record field that only evaluates at sync time.

Real-Time Custom Record Fields Incompatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Mar 28, 2024 (10:34:21 PM)

quotient() Function

FEEDBACK