Skip to main content
Kaitlyn_Nelson2
Level 2
September 13, 2019
Question

Needing to filter a list by keywords in a person's title

  • September 13, 2019
  • 1 reply
  • 1308 views

Hi there, 

We are running a webinar campaign and I am creating the list. Right now the campaign owner wants people in certain industries, job levels, regions and also wants to see if we can include anyone with the word "tax" in their title. How might I look for this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
September 13, 2019

For this particular pattern it's probably safe enough to use

   Title [contains] "tax"

Will catch "taxi director" of course. For a false-positive-proof approach (full word match) search for my linebreak token technique, you can use that to create a word token.