Custom field for result_set

Hi
I am using Grafana with influx data. I ran the following query to get the total number of alerts in my app. Now I want to display this alert count with the custom field name, not sure hot to do that in grafana.

Query: SELECT SUM(“LPAS”) AS “Total Count” FROM (SELECT sum(“events”) AS “LPAS” FROM “event_data” WHERE “alert” =~ /Applicaton_Perf_LPAS*/ AND $timeFilter GROUP BY “alert”)

in please of time, can I show a custom caption: Applicaton_Perf_LPAS

Hi,

Do you want to show a custom caption for the column Total Count?

Marcus