GREATER THAN OR EQUAL TO (Report Builder 1.0)
Use to indicate that one value is greater than or equals another value. True when value1 is greater than or equal to value2.
Syntax
value1>=value2
Example
Formula |
Result |
---|---|
Vacation Hours >= 40 |
Returns a True or False value for each instance of the Vacation Hours field indicating True if the number of vacation hours is 40 or greater; or, False if the number of vacation hours is less than 40. |
37+42 >= 100 |
False |