When you create drop down variables using a MySQL source you name the columns as __value
and __text
where text is used for none query uses and __text
is used for display which is really cool but is there a way to get the __value
to display e.g. in graph title.
I tried ${variable:raw}
but it still displays the friendly name associated with __text