Grafana Alert Summary Text

I want to A C D Value in summary.(mysql select Query result → A, C, D)

Summary Text input
: {$values.A} is {$value.C}/{$value.D}

Is this right?

Hello,

the second screenshot is not loading. However, you should use double curly brackets, like this :

{{ $values.A }} is {{ $values.C }}/{{ $values.D }}

with A, C and D are the name of queries that fetch the data you want to print.

1 Like

Thanks for your reply(guide).
I will try this way!
The second screenshot is uploading, too.