Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Incremental Load for QVD

Hi!

I am currently creating a QVD.

and I want one row added for each day

my QVD looks like this at the moment

datecal1col2col3col4

so, when the script is run, each day, the col 1 to 4 will have different values and date also.

I can set this up to run each day and I don't want existing value to be updated but just have a row for each date.

I don't want previous data to be interrupted.

and date is set to be date(today())

How can I do this???

Please help me

Thank you

1 Reply
adamdavi3s
Master
Master

I think we need to know a little more about what you are loading and where from?

But in general you just load today's data, concatenate the load from the QVD and then re-save the QVD and that should work?

Assuming that in your load script you just set the date = date(today()) and you only load it once a day then you should be fine?

Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.