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: 
Rsaiq
Creator
Creator

Load Qvd files using sub routine function

How to load qvd files using sub routine function in qlik sense.

I need to load qvd files from 2 different folders.My Folder structure is like below :-

Rsaiq_0-1644601412235.png

 

 

So, i need to load all 6 qvd files from two different folders.

Could any one please guide me how to load all files using sub routine.

Thanks in advance

 

 

 

1 Reply
rubenmarin

Hi, you can check the example of the for each funtion: https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptCont...

You can enclose the "call DoDir ('lib://DataFiles')" into another for each to start one iteration for production and another on development.