Difference between revisions of "Formula Builder"
From LongJump 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| | {{Note|When comparing to strings, use double quotes:<br/> <tt><nowiki>related_to_Customer.name = "ABC Co."</nowiki></tt>}} | ||
===How it Works=== | ===How it Works=== | ||
#{{:ExpressionBuilder}} | #{{:ExpressionBuilder}} |
Revision as of 19:11, 25 July 2011
The Formula Builder lets you interactively define a Formula Expression.
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.