SmallerEq
Description
Returns true if the first argument is smaller than or equal to than the second.
Tags
Operators
Type
Checkbox
Syntax
text <= text
boolean <= boolean
date <= date
number <= number
smallerEq(text, text)
smallerEq(boolean, boolean)
smallerEq(date, date)
smallerEq(number, number)
Example
(smallerEq(prop("Pgs Read") / prop("Length"), 0.1) ? "◉ ": "")
Template Example