Wild Card Question

Hello

Is there a way that I can use a wild card in one of our searches? I have
multiple queues that all start with the same character. I would like to
search all of those queues without having to modify the search every time I
add a new queue.

Thanks

Bill

RT 4.5.5

https://www.google.it/search?q=site%3Alists.bestpractical.com+wildcard

Alberto Scotto

Blue Reply
Via Cardinal Massaia, 83
10147 - Torino - ITALY
phone: +39 011 29100
al.scotto@reply.it
www.reply.it

[Blue Reply]

Da: rt-users-bounces@lists.bestpractical.com [rt-users-bounces@lists.bestpractical.com] per conto di William Culp [culp1961@gmail.com]
Inviato: mercoledì 19 settembre 2012 19.44
A: rt-users@bestpractical.com
Oggetto: [rt-users] Wild Card Question

Hello

Is there a way that I can use a wild card in one of our searches? I have multiple queues that all start with the same character. I would like to search all of those queues without having to modify the search every time I add a new queue.

Thanks

Bill

RT 4.5.5

The information transmitted is intended for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

Hello

Is there a way that I can use a wild card in one of our searches? I
have multiple queues that all start with the same character. I would
like to search all of those queues without having to modify the search
every time I add a new queue.

Thanks

Bill

RT 4.5.5


Final RT training for 2012 in Atlanta, GA - October 23 & 24
http://bestpractical.com/training

We’re hiring! Careers — Best Practical Solutions

Is there a way that I can use a wild card in one of our searches? I
have multiple queues that all start with the same character. I would
like to search all of those queues without having to modify the search
every time I add a new queue.

TicketSQL accepts the % and _ wildcards from SQL. You can put those in
your values and use the “matches” or “doesn’t match” operators.

_ is any single char, % is any number of chars (including zero)

William Culp <culp1961 gmail.com> writes:

HelloIs there a way that I can use a wild card in one of our searches? I

have multiple queues that all start with the same character. I would like

to search all of those queues without having to modify the search every

time I add a new queue.ThanksBillRT 4.5.5


Final RT training for 2012 in Atlanta, GA - October 23 & 24

http://bestpractical.com/training

We’re hiring! Careers — Best Practical Solutions

Hello

I have tried the solutions given, but they fail.

In my Advanced Search I used:

Queue LIKE ‘%Bob%’

My hope was that I would get all the queues with Bob in it.

Instead…There was an error parsing your search query

We constructed all of our queues around 4 different sites. I would like to

be able to filter around each site. Instead I have to modify all my

Searches when I add or modify the queues.

Help appreciated.

Bill