Help Center
Editor — Data Binding

Conditional styling (roadmap)

Colors and visibility that react to field values. Planned but not yet available.

Conditional styling (roadmap)

A planned feature lets an object's styling depend on the data it shows — for example a score turning green when the home team is ahead, or a "LIVE" badge appearing only when a field has a certain value.

Status: not yet available. This page will be updated when the feature ships. In the meantime, the workarounds below cover most cases.

Current workarounds

  • Multiple templates. Duplicate the template and create a "home-color" and "away-color" variant. Pick the right one per production layer.
  • Multiple layers. Place two overlapping objects bound to different fields, and filter the dataset so only one is relevant.
  • Dataset-side fields. Compute a "color" or "visible" field in a mapping and bind the object to it.

The dataset-side approach is the most flexible and will keep working when conditional styling arrives — you will just move the logic back to the template.