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

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
heshkaru
Creator
Creator

2 tDBInput in same job

Is it possible to get below kind of a scenario.

tDBInput -> Select some value rows -> tDBInput using extracted values

But I have managed this in below way

tDBInput -> tFlowToIterate -> tFixedFlowInput -> tSetGlobalVar -> ChildJob(Contains the second tDBInput)

Since there are over 200 columns i need to specify 200 global variables and this is a batch job that runs every single minute. So the data load is huge(not sure this way will consume more resources)

Thank you

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

 

Have you considered doing a context.filter parameter and putting together a WHERE condition?