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: 
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?

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