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
Conditions
Conditions are evaluated top-to-bottom. The last matching condition wins. If nothing matches, the first condition is used as a fallback.
| Operator | Description |
|---|---|
= | Exact string match |
!= | Not equal |
> | Numeric greater than |
< | Numeric less than |
is null | Value is null |
is not null | Value exists |
Each condition maps to a GIF selected through the built-in picker. See Conditional Display for more details on how conditions work.