GT Operation

How to use the GT operation for Computed Attributes

Definition

The GT operation is strictly for identifying if a value is greater than or equal to another value.

Example

GT(1, 2)


Result:
False

Syntax Guide

GT(value1, value2)

value1 - The value to test as being greater than value2

value2 - The second value