Quantcast
Channel: InfluxDB - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 200

Very basic drop down question

$
0
0

Hi

On my Grafana Dashboard, there is a drop down to select run ID from influxdb, whose query is

SHOW TAG VALUES FROM "requestsRaw" WITH KEY ="runId"

Its “Sort” is “disabled”, however the output list is in ascii order. Yet I want to make my latest Id show up first, so I change it to:

SHOW TAG VALUES FROM "requestsRaw" WITH KEY ="runId" ORDER BY time DESC

but the show up list is still in ascii order. How to get what I want please?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 200

Trending Articles