Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Parallel task execution on a single QVW

Hello,

I want to execute 12 tasks parallelly on a QVW by passing the month value in a variable, meaning one QVD should be created each for one month.

How can I do this?

Thanks,

Shruthi

1 Reply
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Hi Shruthi,

You can follow below steps.

1. create and insert "month id's/month" into a backend table.

2. Then in your qvw script write a query to select & consume the top row from the above created month table and store this into a variable.

3. use that variable in your QVD extract qvw file.

4. copy paste the above qvw file for 12 times. and create the 12 tasks in QEMC.

5. run all these tasks parallely.

---Phani