How can we help?

GIF

Display an animated GIF selected conditionally based on query data

Works the same as Image, but with a GIF picker UI for selecting animated images.

SQL Shape

Any query. The first column of the first row is evaluated against conditions.

SQL
SELECT status FROM system_health LIMIT 1

Conditions

Conditions are evaluated top-to-bottom. The last matching condition wins. If nothing matches, the first condition is used as a fallback.

OperatorDescription
=Exact string match
!=Not equal
>Numeric greater than
<Numeric less than
is nullValue is null
is not nullValue exists

Each condition maps to a GIF selected through the built-in picker. See Conditional Display for more details on how conditions work.