Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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 |
See Also
Concepts
Working with Formulas (Report Builder)
Using Functions (Report Builder)
Operator Functions (Report Builder)
Report Builder How-to Topics
Working with Literals in Formulas and Filters (Report Builder)
Formatting Numerical Data (Report Builder)