Difference between revisions of "Formula Builder"
From LongJump Support Wiki
imported>Aeric (Created page with "The Formula Builder lets you interactively define a Formula Expression. Here is an example: ::border To build that formula: # The User Field "…") |
imported>Aeric |
||
Line 1: | Line 1: | ||
The Formula Builder lets you interactively define a [[Formula Expression]]. | The Formula Builder lets you interactively define a [[Formula Expressions|Formula Expression]]. | ||
Here is an example: | Here is an example: | ||
Line 10: | Line 10: | ||
# The role name was typed in, enclosed in double quotes: <tt>"Director"</tt> | # The role name was typed in, enclosed in double quotes: <tt>"Director"</tt> | ||
# The entire expression was surrounded in single quotes: <tt>'...'</tt> | # The entire expression was surrounded in single quotes: <tt>'...'</tt> | ||
# The '''[Check Syntax]''' button was clicked, to ensure validity | # The '''[Check Syntax]''' button was clicked, to ensure validity. |
Revision as of 23:13, 12 July 2011
The Formula Builder lets you interactively define a Formula Expression.
Here is an example:
To build that formula:
- The User Field "Role" was chosen, to insert user.primaryteamrolename
- The Operator "not equal" was chosen, to insert !=
- The role name was typed in, enclosed in double quotes: "Director"
- The entire expression was surrounded in single quotes: '...'
- The [Check Syntax] button was clicked, to ensure validity.