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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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