You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the only way I found to circumvent this bug was to add squared brackets to enclose the filter e.g:
from | jsonata "*[Country in [${countries:singlequote}]]"
switch to | jsonata "[*[Country in [${countries:singlequote}]]]"
Looks wonderful except when you use certain specific date ranges such 2012-12-14 00:00:00, the result set is as follows
no longer a table. interesting.
Originally posted by @yosiasz in grafana/grafana-infinity-datasource#315 (reply in thread)
The text was updated successfully, but these errors were encountered: