If

Description
Returns the second value between two options.
Tags
Operators
Type
Text
Syntax
boolean ? value : value if(boolean, value, value)
Example
(prop("Sections Read") / prop("Sections") == 0 ? " ✖︎":"")
Template Example