TLDR Romario asked for the variable name for interval select input. Ankit suggested using `{{.start_datetime}}` and `{{.end_datetime}}`.
There’s also a panel time select but I can’t find any info in the docs
try `timestamp > {{.start_datetime}} and timestamp < {{.end_datetime}}` in you clickhouse query
it worked!
thanks
Romario
Mon, 24 Apr 2023 17:36:26 UTCHello! What’s the variable name of the interval select input? How can I use this in a clickhouse query?