In a Grafana Table, how can I replace the content of cells with an Alias?
I am querying InfluxDB which is returning me a column of numeric IDs (ex: 0, 1, 2) which map to a status (ex: 0=bad; 1=ok).
How can I create a mapping to replace the ID numbers with their corresponding textual status mappings?