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: 
rishikeshtiwari
Creator
Creator

Need data till before one Year

Hi Guys,

I have a requirement that I need to load data in QVD till before one year. I have a data set having data from Apr-2013 -Nov-2016.

But I need to load the data from Apr-2013 to Nov-2015 (till before one Year). I have attached an excel sheet. In this sheet yellow highlighted coloured data is not required in QVD. Please let me know how I can load this data in script.

Thanks in Advance

Rishi

12 Replies
its_anandrjs
Champion III
Champion III

Check the attached file for logic as well.

Regards

Anand

its_anandrjs
Champion III
Champion III

Thanks You are Welcome

Regards

Anand

sunny_talwar

Rishi -

I am glad that you finally got what you wanted, but I don't see any difference between the two where statements below

Where Date <= AddYears(Today(), -1);

Date <= AddMonths(Today(), -12);

They mean the exact same thing. In both cases you are going back one year. Just two different ways to say the same thing. I would be very curious to see a sample where the second one worked for you, but not the first one