AgileApps Support Wiki Pre Release

Difference between revisions of "Formula Builder"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
The Formula Builder lets you interactively define a [[Formula Expressions|Formula Expression]].  
The Formula Builder lets you interactively define a [[Formula Expressions|Formula Expression]].  
__TOC__
===How it Works===
#{{:ExpressionBuilder}}


Here is an example:
===Example===


::[[File:FormulaBuilder.jpg|border]]
::[[File:FormulaBuilder.jpg|border]]


To build that formula:
To build that formula:
# The User Field "Role" was chosen, to insert <tt>user.primaryteamrolename</tt>
# The User Field "Role" was chosen, inserting <tt>user.primaryteamrolename</tt>
# The Operator "not equal" was chosen, to insert <tt>!=</tt>
# The Operator "not equal" was chosen, inserting <tt>!=</tt>
# 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 18:30, 25 July 2011

The Formula Builder lets you interactively define a Formula Expression.

How it Works

  1. ExpressionBuilder

Example

File:FormulaBuilder.jpg

To build that formula:

  1. The User Field "Role" was chosen, inserting user.primaryteamrolename
  2. The Operator "not equal" was chosen, inserting !=
  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.