Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do i store multiple data from different qvd in to one

Hello,

I loaded 5 qvd to a qvw how do i store all to form one qvd

i.e:

[First]:

load

.

.

from..... QVD

[Second]:

load

.

.

from..... QVD

[Third]:

load

.

.

from..... QVD

.

.

.

.

Store all into a qvd

10 Replies
Anonymous
Not applicable
Author

Hi Emac,

As Maximo suggested a qvd is for one table and if you want to store all tables in one qvd,you need

to use Concatenate(merge rows) for same structure tables and join(merge columns) for different structure tables.

and store in single qvd.

another option as suggested is to build a datamodel with 5 tables in one qlikview document and use it as binary load in another qlikview document.

in both above options you can use flags(binary status indicators) to differentiate source table.

if above solutions doesn't solve your purpose.

please give specific details what is your requirement.so community members can try to help

And by manipulating data do you mean Transformations.

In qlikview you can make any transformations and you don't need to push data to MS SQL for any transformations.

Regards

Neetha