/build/static/layout/Breadcrumb_cap_w.png

Filter for 'Unassigned'

Can someone tell me how to filter for 'Unassigned' tickets? It does not work to include 'un' in my REGEX expression because the 'OWNER_ID' value is null for unassigned tickets. As it is now, because I'm monitoring the entire queue, I simply look for all tickets that do not have a status of 'Closed'. I would, however, like to be able to filter unassigned so my techs can see them. I'm sure I'm missing something simple and just need a slap on the side of the head to find it.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: airwolf 13 years ago
Red Belt
0
The OWNER_ID value for Unassigned is 0.

SELECT * FROM HD_TICKET T
WHERE T.OWNER_ID = 0
Posted by: GillySpy 13 years ago
7th Degree Black Belt
0
Similar to this post
You can do the following in the advanced search field

OWNER USER NAME does not contain _

(that's "underscore")
Posted by: terabyte 13 years ago
Orange Belt
0
Thanks Andy and Gerald.

Andy, I knew the ID for Unassigned was 0, but can't use a Select query as a ticket filter (that I know of). Therefore, your query, as excellent as it is, won't work for filtering tickets.

Gerald, your suggestion worked great. I never realized that could be done with the underscore. Thanks for that.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ