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

Match the key

Hello Experts.

Am struck at point where key word from A column should be match with the B column..Its not row by ro match..I have key word column with 100 rows and B column with Million rows  and need to check each key word from A column to entire B column where ever finds should flag as match else no match.

 

Attached a screenshot for reference.

 

Thanking you in advacce

3 Replies
Anil_Babu_Samineni
MVP
MVP

You image not uploaded properly, But by sentense given by you. I can assume this way will help

If(Index(Field1, 'Word')=Index(Field2, 'Word'), 'Match', 'Not Match')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hello Anil

I tested the set expression works fine only row to row comparision But am looking for each key from A column to check in entire B column...please suggest

Anil_Babu_Samineni
MVP
MVP

please create sample application and outcome from that

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful