-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Host/service filtering != for costumvar not working correctly #865
Comments
Hi @gbin2265, these |
I am not an SQL/PHP specialist, but there was something wrong that I did not get the correct output. Thank you for your support to resolve this issue. |
|
ref/IP/52121 |
Describe the bug
when I do a filtering on the host or service list it doesn't use the != operand correctly in the sql statement.
He converts it as = in the sql and not as !=
To Reproduce
do a basic filtering on the host/service list for a customvar with the operand != and check the sql statement (format=sql).
Expected behavior
I expect to see all services that do not have a value of 1 for the custumvar or that the custumvar does not exist for the service
sql
This you see with the format=sql
For me must this be
flatvalue != '1'
and the second part
flatname != 'variablename'
Your Environment
Latest snapshot for centos 7 on 23/09/02
regards,
Geert
The text was updated successfully, but these errors were encountered: