Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creation of qvds using for loop in qlikview

Hi all,

I am new to Qlik view.I like to know how can i create Qvds using for loop.

for example i am having 20 Exel files in D;//,so i want these 20 files into qvd.

can u please share me the script for the above scinario. it will be helpfull to me.

regards

theja

10 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi Theja,

If you are having different data in files, for example Budget, Revenue then you have load like this

Budget:

LOAD

*

FROM Budget*.xls;

Revenue:

LOAD

*

FROM Acutal*.xls;

or if all excel files are not same then you have use loop to reload or load statement for each excel file separately.

Regards,

jagan.