I have one query with three conditions (Fehler, Ok, and Slow). In the visualization, 472 is Ok, 56,255 is Slow, and 60,332 is Fehler. How can I define aliases for these?
In fact my problem is alias⌠I have lange name for (OK, Fehler; Slow) I need to change itâŚtake look what i earlier posted pls.
${__field.labels} its not working I need to write under die graf only Name.Fhelr or Name.Ok and Name.Slow
my code is :
SELECT mean(â0â) AS âFehlerâ, mean(â1â) AS âOKâ, mean(âProcessing_slow_or_deactivatedâ) AS âSlowâ FROM âXYZQUEâ WHERE (âdbâ = âsoftwarehistorydbâ AND âtypeâ = â24hâ) AND $timeFilter GROUP BY time($__interval) fill(null)
Well, that doesnât answer neither of my questions. What do you have in a table view?
If it looks like my example above, but with long names, you can change display name for each field by using overrides:
1 Like
thanks. with override is sloved