Difference between revisions of "Formula Builder"
From LongJump Support Wiki
imported>Aeric (qu) |
imported>Aeric |
||
Line 15: | Line 15: | ||
# The '''[Check Syntax]''' button was clicked, to ensure validity. | # The '''[Check Syntax]''' button was clicked, to ensure validity. | ||
{{Note | {{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.