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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Parallel Execution

Hi,

 

I am running a standard job with different parameter stored in excel or database.

I want to run that job in parallel with all different parameter.

 

Currently if i access parameter from database and run that job, its running in sequentially.

Other option is using tparallelize and hard code each parameter in that job instance separately (here it will work in parallel but too much manual work).

 

My question is, Is there any method where i can access the parameter from database and run the job with all parameters parallelly.

 

Regards,

rajkamal

Labels (1)
  • v7.x

1 Reply
manodwhb
Champion II
Champion II

@kbentama , you can have a db table with execution sequence and can design with tParallelize  component for one flow you need to take execution sequence =1 and other flow should be execution sequence =2 ,like that you can design your job.