We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking the example in https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/backend/ , one can see the example name != 'MacBook' && price != null as a filter.
name != 'MacBook' && price != null
Well it does not work
Set:
Result: every row is shown, instead of only the one with name "notnull"
Note: bugs will be fixed only if enough information provided to reproduce the issue
[{"name":"notnull", "value": "somevalue"},{"name":"null", "value": null}]
The text was updated successfully, but these errors were encountered:
Hiya. Sorry for the delay and sorry that you are having trouble with backend filtering. I can reproduce this and fix is on the way.
Thank you for the contribution.
Sorry, something went wrong.
yesoreyeram
Successfully merging a pull request may close this issue.
Describe the bug
Checking the example in https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/query/backend/ , one can see the example
name != 'MacBook' && price != null
as a filter.Well it does not work
Steps to reproduce
Set:
Result: every row is shown, instead of only the one with name "notnull"
Note: bugs will be fixed only if enough information provided to reproduce the issue
Sample Data
[{"name":"notnull", "value": "somevalue"},{"name":"null", "value": null}]
Version Details:
The text was updated successfully, but these errors were encountered: