Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Function: GreaterThan

GreaterThan is a conditional function that takes two arguments, and returns true if the first value is greater than the second value.

Syntax

Code Block
languagenone
GreaterThan(argA, argB)

See Also