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: 
Aspiring_Developer
Specialist
Specialist

Store everyday data into qvd qliksense

Hello All,

I have below data set :-

Aspiring_Developer_0-1653380777676.png

I wish to store the data everyday i.e a qvd of today's date should be created in the script itself.

How can I achieve it dynamically ?

 

Thanks in advance

 

Labels (1)
3 Replies
brunobertels
Master
Master

Hi 

May be load all from the resident table V_EMS_OPEN_TRENDING with a where clause to filter on the max Date 

then store it into qvd using max date as a variable in the name of the qvd 

Aspiring_Developer
Specialist
Specialist
Author

Hi ,

Thanks for your response.

I need to store qvd for every day and for last 7 days . 

Not sure if it can be achieved via Max date

brunobertels
Master
Master

Hi 

Of course you can 

the where clause should by Something like that 

Where date >= max(date,7)