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 less than or equals another value. True when value1 is less than or equal to value2.
Syntax
value1**<=** value2
Example
| Formula | Result |
|---|---|
Quantity <=100 |
Returns a True or False value for each instance of the Quantity field indicating whether the quantity of an item is less than or equal to100. |
4^5 <= 5^4 |
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)