Change the field or series name

I have a InfluxDB quarry I run, in the DB I have several different sensors data logged to the same table.

select temperature as “Hive-1” from ec300_msc where dev_eui = ‘xxxxxxxxx0044’

The dev_eui identifies the sensor in the table. I want the label on the graft to reflect a human readable label - Hive-1. But it adds the DB table name in front of it. How do I remove the table name?

Bear in mind I have two quarries running so can not use Stander Options - Display name - Change the field or series name

image

@johans

This should be possible using regex-based value mappings:

1 Like