History_Data:
LOAD DateABDC,
Article
RESIDENT Table_A
Where Date([DateABCD])>=Weekstart(Today()) and Date([DateABCD])<=WeekEnd(Today());
Store History_Data into C:\....
Concatenate(History_Data)
LOAD DateABC,
Article
RESIDENT Table_A
Where not exits (DateABC);