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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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

Labels (1)
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?