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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

creating qvds?

Hi folks,

I want create qvds on dialy basis  like   once data gets refreshed then automatically i have to create qvd  and i need to maintain separate qvd for every updated day records? how ?what is the way?

2 Replies
mjayachandran
Creator II
Creator II

You can see the example in the below link

Monthly QVD stores not working

demoustier
Creator
Creator

you can try

let vname1='NAME'&'_'&year(ReloadTime())&'AA'&num(Month(ReloadTime()))&'MM'&day(ReloadTime())&'.qvd'

then after:

STORE 'Table' $(vname1) (qvd);