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: 
Anonymous
Not applicable

Context group - Connecting to different applications in the same job

Hello,

 

I wanted to connected to 5 different database in a single job to find the table volume across all applications.

 

How could I do that?

I  read the context group and context loader. But how to use different context in the same job.

 

Thank you.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

you can iterate:

read all context as a flow--> tFlowToIterate-->use tjava to change context---> extract data

context_file
dbname login pwd ...
db1 login1 pwd1 .....
db2 login2 pwd2 ....
......
Anonymous
Not applicable
Author

Hello, 

 

Thanks for the reply.

 

I have 7 application connection details in 7 files. I wanted to read from the file and put into context and use for connection.

 

How to go with file and context group approach.

 

Thanks,

Revathy.