AgileApps Support Wiki Pre Release

Difference between revisions of "Formula Builder"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 12: Line 12:
# The '''[Check Syntax]''' button was clicked, to ensure validity.
# The '''[Check Syntax]''' button was clicked, to ensure validity.


{{Note|When comparing to strings, include the string in double quotes.<br> E.g. <tt>.name = "ABC Co."}}
{{Note|When comparing to strings, include the string in double quotes.<br> E.g. <tt>related_to_Customer.name = "ABC Co."</tt>}}


===How it Works===
===How it Works===
#{{:ExpressionBuilder}}
#{{:ExpressionBuilder}}

Revision as of 19:05, 25 July 2011

The Formula Builder lets you interactively define a Formula Expression.

Example

FormulaBuilder.png

To build that formula:

  1. The "Order Amount" field was chosen, inserting order_amount
  2. The Operator "* Multiply" was chosen, inserting *
  3. The "Related to Customer" field "Discount" was chosen, inserting related_to_Customer.discount
  4. The entire expression was enclosed in single quotes
  5. The [Check Syntax] button was clicked, to ensure validity.

Notepad.png

Note: {{{1}}}

How it Works

  1. ExpressionBuilder