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

Automate process to Create Monthly QVD

Hello All,

 

I am brining huge mount of data from SQL server from 3/9/2020 to today

example:

load*;

sql

select X , Y, Z

from Table1;

 

I want to create monthly QVD while loading the data like 

Table1.Mar2020QVD

Table1.Apr2020QVD

.

.

.

.

Table1.June252020QVD

 

Can anyone please help me with the code?

 

Thanks

 

 

Labels (1)
1 Reply