Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview Search Box Help

So I am trying to do a search in a text string where I need to search for 'A' and ('B' or 'C')

  • AA (no)     BB (no)     CC (no)   BC (no)    CB (no)
  • AB (yes)   BA (yes)    AC (yes)   CA (yes)

I know that:

  • (*B* ^ *C*) is B or C
  • (*A* & *B*) is A and B
  • (*A* & *C*) is A and C

I tried (*A* & (*B* ^ *C*)) but that did not work.

Can anyone show me how to do this or if it is even possible?

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

This falls into swuehl‌ territory. He wrote this amazing article - Compound Search - demystified

View solution in original post

2 Replies
sunny_talwar

This falls into swuehl‌ territory. He wrote this amazing article - Compound Search - demystified

Anonymous
Not applicable
Author

Thanks!  It had exactly what I needed.