Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a question. I'd like to generate a qvd for today that consist of the previous 3 day data.
So for my current task, I need to load data for today :-17 Sept 2020. The qvd must contain data from previous 3 day data 14/15/16 Sept 2020. Here I attached my current file that i use to generate manually.
Really appreciate any help from member.
Thanks.
Thanks for the feedback however for my question, I need a qvd that date as today that consist of the previous 3 days worth of data.
I did provide my solution here https://community.qlik.com/t5/Qlik-Sense-App-Development/Looping-to-generate-QVD/m-p/1744931#M57152
Thanks again for the feedback.
Regards,
Hannan Ahmad
Hi @Hann
You can try this script;
Load Field1,
Field2,
DateField
from xyz where DateField= date(today()-3,'DD/MM/YYYY');
*Make Sure date formats are same.
Thanks for the feedback however for my question, I need a qvd that date as today that consist of the previous 3 days worth of data.
I did provide my solution here https://community.qlik.com/t5/Qlik-Sense-App-Development/Looping-to-generate-QVD/m-p/1744931#M57152
Thanks again for the feedback.
Regards,
Hannan Ahmad