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|<br>When comparing to strings, include the string in double quotes.<br/> E.g. <tt><nowiki>related_to_Customer.name = "ABC Co."</nowiki></tt>}}
{{Note|<br>When comparing to strings, use double quotes:<br/> &nbsp; &nbsp; <tt><nowiki>related_to_Customer.name = "ABC Co."</nowiki></tt>}}


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

Revision as of 19:10, 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:
When comparing to strings, use double quotes:
    related_to_Customer.name = "ABC Co."

How it Works

  1. ExpressionBuilder