Difference between revisions of "Formula Builder"

From AgileApps 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:

File:FormulaBuilder.jpg

To build that formula:

  1. The User Field "Role" was chosen, to insert user.primaryteamrolename
  2. The Operator "not equal" was chosen, to insert !=
  3. The role name was typed in, enclosed in double quotes: "Director"
  4. The entire expression was surrounded in single quotes: '...'
  5. The [Check Syntax] button was clicked, to ensure validity.