On 09/19/2012 10:44 AM, William Culp wrote: > 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) -------- Final RT training for 2012 in Atlanta, GA - October 23 & 24 http://bestpractical.com/training We're hiring! http://bestpractical.com/jobs
