Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Appending data into qvd from multiple qvws into same qvd

Hi all,

I have 2 applications (A. Qvws and B.Qvw).

I am taking count(ID) from both the Qvws.

And I am storing into same qvd.

My result should have 2 records.

But qvd has either A.Qvw record count or B.Qvw record count.

How can I get 2 records.

Is there anyway to get.

I know if we do reload it will overwrite the Qvd but i need to append data into qvd one after another.

Please help me out on this.

Thanks

Prasanth

1 Reply
mdmukramali
Specialist III
Specialist III

Hi,

Can you do something like:

First in A.Qvw Application store the Qvd into A.qvd(Qvd);

In the B.Qvd application

Tab:

First load A.qvd(Qvd)

Then concatenate

Load *

From Table;

Store Tab into Tab.qvd(Qvd);