Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

SNAPSHOT MAKER OF QVD

Hi Guys,

I have a table in which as on data is coming.. i want to see the data in backdate as well for that qvd data, for that cant i make snapshot of the data on daily basis?

Pls suggest

Regards

Abhay

11 Replies
tyagishaila
Specialist
Specialist

You can use Today() , variable name depends on your requirement,

e.g. below qvd will create on Monthly basis.

LET vDate = MonthName(Num(Date#(Today())));

STORE DataTab into abc_$(vDate).qvd(qvd);

Here QVD will generate with name :

                    abc_Jul 2016.qvd

abhaysingh
Specialist II
Specialist II
Author

so how it will work in my case?