Work Queue tag

rpaccount

Member
Hi all,

Just wondering on how work queue works for my project.
Tag: Finance, IT and etc
Tag: Phone Number: {number}"

I want to have finance tag and have phone numbers that does not begin with the letter 8

Finance + [Phone Number] <> 8*"

Does this work?

Thanks!
 

sivagelli

Well-Known Member
You have to use semi-colon(;) as delimiter if you want to apply multiple filters on tags. You can try this-

"+Finance;-[Phone Number]:8*"

This will get you data items with 'Finance' but without 'Phone Number' starting with 8.

Post back, how it goes.
 
Top