Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

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
Creator III
Creator III
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)