Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to drop a record for a certain calendar date. Please help
Hi,
You can just load the data excluding that particular date.
If your requirement is different, can you explain in detail.
Thanks.
Hi ,
In script or in set analysis you can achieve your requirement
share some sample.
Regards,
Joshua.
Hi,
Can you share the sample app?
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
Thanks all !. I already fixed it.
Whenever I post, it needs moderator approval - which stuckup my work
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.