Greater than or equal to

(This section relates to users with an Enterprise Licence only)

Use the greater than or equal to (>=) operator in a formula when you want to compare two values. The formula evaluates to TRUE when the value on the left of the operator is greater than or equal to the value on the right. The values can be derived from formulas, database fields, or you can enter literal values.

To test for greater than or equal to:

Syntax:

  1. In the Formula pane, from the row of Operator buttons, click the >= button. The operator is automatically entered, ready for you to construct your formula:
  2. >=

  3. Construct the formula using the tools provided to add the required parts; Value. For example, if you wanted to check whether the matter quote is greater than or equal to £1,000, the formula might look like this:
  4. Matter.Quote>=1000.00

  5. (Recommended) Test the formula against a matter to make sure it produces the expected result. To do this, type a matter number in Entity Ref/ID and click Test Formula.

Notes
  • This operator only works with formulas of type Logical.
  • Before adding parts to a formula you must click the insertion point to set focus.
  • When testing, if the result is not as expected then amend the formula and retest.