Hello,
I created a dashboard in Grafana, I want to search some values with my variable value and show all data in graph without any time limitation.
ex:
SELECT “Value004” AS “Value004”, “Value003” AS “Value003” FROM “mytable” WHERE (“searchvalue” =~ /^searchvalue/)
1 When I add a new column to the query it adds automatically following line to the query
AND $timeFilter
- I can delete ‘AND $timeFilter’ statement in the query text edit mode and save the dashboard, but when I search a value in variable it gives me result in graph as ‘Data outside time rage’
Can I disable the time rage in Grafana?
Database = InfluxDB
Thanks,
Ganendran