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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
RMK1033
Contributor
Contributor

Output from a CSV file

I have a huge input csv file ( , delimited) and I only want to output the data that has claims that are denoted as failed. The csv file has the F in the field I need to query. How do I query the csv file to only display those failed claims in my tLogRow? 

Labels (4)
1 Solution

Accepted Solutions
PaulyWally
Contributor III
Contributor III

Why not just put a tFilterRow in?

View solution in original post

2 Replies
PaulyWally
Contributor III
Contributor III

Why not just put a tFilterRow in?

RMK1033
Contributor
Contributor
Author

Yep that was it - Thanks.