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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

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

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