{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Greater Than Operator
Usage:
x > y
Returns:
Returns TRUE if x is greater than y or FALSE if x is equal to or less than y.
Examples:
3 > 5 // Returns FALSE