Avensoft Help Desk
Home
Submit Service Request
Knowledge
Sign In
Knowledge Base
IS NOT Closed By someone condition excludes requests not closed
When you define a condition like this in an advanced report:
Closed By IS NOT someone
You would only get requests that are closed. This is because the above translates to this:
sr_closed_by <> someone
SQL Server excludes records with sr_closed_by IS NULL. Hence only the closed requests are returned.
To resolve the problem, you can create a condition group like this:
(
Closed By IS NOT someone
OR Closed By IS {No One}
)
Then it would translate to this:
sr_closed_by <> someone OR sr_closed_by IS NULL
The requests that are not closed are then returned.
Article #915
Updated On: 12/13/2012
Index
Was this article helpful?
Yes
|
No
© 2024 Avensoft
nService
| help desk software and service management software
Auto Detect Language
English (United States)
English (Canada)
English (United Kingdom)
English (Ireland)
English (New Zealand)
English (Australia)
Español (Spain)
Español (México)
Español (Argentina)
Français (France)
Français (Belgium)
Français (Canada)
German (Standard)
German (Switzerland)
Italian
Polish
Português (Brasil)
Português (Portugal)
Russian
Czech