Easy to Create, Easy to Change - Easy to use!

Support::

> (greater than)



Parameters


Returns/Result


Examples


Reference

> (greater than)

Type

Comparison Operator Symbol

Purpose

The > (greater than) symbol is used to compare one value to another. It specifies that the value to the left of the symbol is greater than the value to the right of the symbol.

Syntax

VALUE 1 > VALUE 2

Example

for MEMBERS with TOTAL DUE > 100 ;

 

This script statement selects MEMBERS records that have a value greater than 100 in the TOTAL DUE field.

See Also


On the forum about > (greater than)

On the blog about > (greater than)