Hello, I have some data coming in via influx v2 and so far it is appending all columns for the labels, this is “city” and “country”
So my graph looks like this:
I want to add a dash between city and country, I cannot use regex because city names and country names can vary a lot, multiple words, etc…
I tried many variations of ${_field.XXX} but nothing comes back…
Is there an easy way to select specific columns from the data set and handle their display?
I would like it to be for example:
Bury - United Kingdom
Brussels - Belgium
etc