Skip to content

GreaterThan Function

Jef Kazimer edited this page Dec 3, 2015 · 2 revisions

Syntax

GreaterThan(value:int, comparison:int)

Return Type

Boolean

Description

Returns Boolean value indicating whether the first integer is greater than the second.

Usage Scenarios

Notes

Supported Version

Examples

GreaterThan(Count([//Target/ExplicitMember]), [//WorkflowData/MaxMembers])
Clone this wiki locally