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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Read full file for processing all rows at once

Hi, 

 

I've the below data:

Filter,Flag
A,N
B,N
C,Y
D,Y
E,N
F,N

 

I've to create a condition to check both C and D at the same time. Since my job is reading row by row, the condition for both C and D as Y is always false. 

 

Please advise.

 

Thanks.

Labels (1)
1 Reply
TRF
Champion II
Champion II

If your file is as small as shown on your example, you connect your tFileInputDelimited to a tSetGlobalVar ot tFlowToIterate component giving one global var per record where the name is based on the Filter filed value and the value is based on Flag field.

On subjob, you can compare the records value as desired using corresponding global var.