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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to incorporate loop concept into fuzzy match procedure.

I have two files like below. I want to use tfuzzymatch to compare the company column in main file to the CompanyName column in LookupFile by the same ID.  I think that I probably can use tforeach or tloop to loop the fuzzymatch within the same ID. But I do not know how to build my job. Could anyone help me? Thanks a lot.

0683p000009LuvN.png

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,

Could you also post your expected result on forum, please?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

 

Thank you very much. 

 

I have figured it out. I used tflowtoIterate and a subjob components to build this job. Thanks a lot. It is first time for me to use subjob component.