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

Function

rank( number, array, order )

Returns an integer representing the rank of the number in the specified array.

Parameters

Keyword Type Description

number

Decimal

The number to be ranked

array

Decimal Array

An array of numbers containing the number to be ranked

order

Number

Use 0 to rank the array elements from high to low and 1 to rank the array in ascending order.

Returns

Integer

Examples

rank(2,{1,2,3,4},0) returns 3

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Fri, Mar 22, 2024 (05:03:50 PM)

rank() Function

FEEDBACK