Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jmialoundama
Specialist
Specialist

Historization of datas from QVD to antoher QVD

Hello, 

I perform inventory calculations from a QVD.

I want to keep the digit history in another QVD.

So I want to do some historical work.

How can I proceed?

My scripts its : 

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);

Thanks in advance 🙂

 

 

Labels (2)
0 Replies