Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store ... into .... qvd

Hi

I think I know the answer but I just wanted to be sure.

When you use the Store into script it will only overwrite the qvd; there is no was to append/update it?

Thanks

Oli

1 Solution

Accepted Solutions
maxgro
MVP
MVP

overwrite

if you want to append, load the qvd, add something and store

View solution in original post

2 Replies
maxgro
MVP
MVP

overwrite

if you want to append, load the qvd, add something and store

effinty2112
Master
Master

Hi,

You are quite right STORE INTO will overwrite a qvd. If you want to update or append to a qvd you need to load the qvd, perform the transformations in your qvw then STORE INTO to overwrite the existing qvd.

Cheers