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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing data over if condition

Hello ,

I am parsing file and it produces valid and invalid output.I want to store the data if there is no "Invalid parser output". If any parser error found i am setting(context variable X) flag value as true else false in "tJavaflex_3" . Based on this context variable(X) i want to store the final output to postgres Sql. If condition between tJavaflex_4 and tJavaflex_5 is validating the context variable (X). But the problem is how to pass main data between t_Javaflex component over if condition.  In this case i dont want to use context variables to because i have to parse more than 100000 records.

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Consider this design:

0683p000009Lt0k.png

View solution in original post

3 Replies
TRF
Champion II
Champion II

Consider this design:

0683p000009Lt0k.png

TRF
Champion II
Champion II

Did this help?
If so, thank's to mark your case as solved (Kudo also accepted).
Anonymous
Not applicable
Author

Thank you so much 0683p000009MACn.png