LargerEq
Description
Returns true if the first argument is larger than or equal to than the second.
Tags
Operators
Type
Checkbox
Syntax
text >= text
boolean >= boolean
date >= date
number >= number
largerEq(text, text)
largerEq(boolean, boolean)
largerEq(date, date)
largerEq(number, number)
Example
(prop("Sum Word Count") / prop("Goal Per Day") >= 1 ? "✏️You Did It!": "")
Template Example