Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
qvqfqlik
Creator
Creator

delete a record based on certain calendar date

How to drop a record   for a certain  calendar date. Please help

6 Replies
arasantorule
Creator III
Creator III

Hi,

You can just load the data excluding that particular date.

If your requirement is different, can you explain in detail.

Thanks.

ajsjoshua
Specialist
Specialist

Hi ,

In script or in set analysis you can achieve your requirement

share some sample.

Regards,

Joshua.

muthukumar77
Partner - Creator III
Partner - Creator III

Hi,

Can you share the sample app?

Muthukumar Pandiyan
anagharao
Creator II
Creator II

Hi,

You could use script level clause:

LOAD DATE(Date,'DD/MM/YYYY') as [Date],

    Amount

FROM

.\DropDate.xlsx

(ooxml, embedded labels, table is Sheet1)

where DATE(Date,'DD/MM/YYYY') <> '01/01/2016';

Regards,

Anagha

qvqfqlik
Creator
Creator
Author

Thanks all !. I already fixed it.

Whenever I post, it needs moderator approval - which stuckup my work

oknotsen
Master III
Master III

That moderator approval has to do with you spamming a lot in your first few posts, spamming other topics with redirects to your (other) topics and stuff like that.

Act normal and that moderator approval will go away.

Topic locked.

May you live in interesting times!