Hi,
I need to switch the query from A, B and C after the working each shift 6am - 2pm ,2pm - 10am …etc.
Maybe someone faced such problem.
Thank you
Hi,
I need to switch the query from A, B and C after the working each shift 6am - 2pm ,2pm - 10am …etc.
Maybe someone faced such problem.
Thank you
Welcome @bartoszaffelski
What is your datasource? Can you share the query you have written?
I want to disable / enable the queries after each 8 hours , 6am, 2pm and 10pm.
Is it possible ?
I’m working on postgres BD, sql code looks good.
I do not know enough about PostgresDB if it’s possible, but using Flux in InfluxDB, they offer a function called hourSelection
|> hourSelection(start: 6, stop: 14)
thank you for the explanation, but I’m asking about grafane, does it have such functionality in it?