Open joemoe opened 8 years ago
this seems to be a bit tricky.
it works whenever you use a variable on its own.
integer: ✅
string: ✅
combined: 💥
Ok, I'll add unit test for this case.
Any progress on this? I'm trying to use a template variable and I keep getting the following error:
self.templateSrv.containsVariable
I'm using version 0.5.0 of the data source and Grafana 4.2.0.
When using a template variable in a
WHERE
field with e.g.like
grafana sends an unquoted string, wheres when you just type some text grafana adds quotes.