Difference between revisions of "Formula Builder"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric (qu) |
||
Line 9: | Line 9: | ||
To build that formula: | To build that formula: | ||
# The | # The "Order Amount" field was chosen, inserting <tt>order_amount</tt> | ||
# The Operator " | # The Operator "* Multiply" was chosen, inserting <tt>*</tt> | ||
# The | # The "Related to Customer" field "Discount" was chosen, inserting <tt>related_to_Customer.discount</tt> | ||
# The entire expression was | # The entire expression was enclosed in single quotes | ||
# 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."}} |
Revision as of 19:04, 25 July 2011
The Formula Builder lets you interactively define a Formula Expression.
How it Works
Example
To build that formula:
- The "Order Amount" field was chosen, inserting order_amount
- The Operator "* Multiply" was chosen, inserting *
- The "Related to Customer" field "Discount" was chosen, inserting related_to_Customer.discount
- The entire expression was enclosed in single quotes
- The [Check Syntax] button was clicked, to ensure validity.
{{Note: When comparing to strings, include the string in double quotes.
E.g. .name = "ABC Co."}}