LESS THAN OR EQUAL TO (Report Builder 1.0)
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 |