Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

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

Anonymous
Not applicable
Author

Thanks!  It had exactly what I needed.