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

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

"Join" using sql query with parameters

Hello community ! 

 

I am doing a sql query on the tDbInput as shown in the picture, then I want to use both columns as parameters for the component 2 request (tDbROW).

The FileName works but for the comparison of the count it does not work

Labels (2)
2 Replies
Anonymous
Not applicable
Author

THE RESULT : 


6.PNG
fdenis
Master
Master

you have to use

where fileName='" + row1.FileName + "'

but it's not the best way.
I'll rather to add tMap to join results from booth queries.