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: 
Karuetl
Creator II
Creator II

Result in where clause

I have a flow as below 

source-->httprequest--> tExtractXMLField --> tFilterRow-->file(listofvalues)

 

I want the out put of the tfilterrow to be in the where clause of the query 

example select * from table where col in ( list of values)

 

Labels (3)
20 Replies
vboppudi
Partner - Creator III
Partner - Creator III

HI,

 

Please try the following process. You have two records from XML extract and using tAggregate list function concatenate two values in single record. the using tJavarow assign that value to context variable. tJava used to display context value. tOracleInput used context value and return output.

0683p000009LxPt.png0683p000009LxPy.pngListValues5.PNGListValues6.PNGListValues7.PNG

Regards,