Value to text
Maps a numeric value to a text label and optional color. Useful for turning numeric thresholds into human-readable statuses (e.g., 0-50 → "Low", 51-80 → "Medium", 81-100 → "High").
Configuration fields
| Field | Description |
|---|---|
| Expression | The expression to evaluate and map |
| Mapping | A mapping of values to corresponding text and color |
Mapping fields
| Field | Description |
|---|---|
| Value | The value expression must be equal to display corresponding text |
| Text | The text to display |
| Color | (optional) The color to display the text in |