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

How to create Qvd ?

Hi

I have one excel table and one qvd file

how to create qvd by using above tables

thanks

4 Replies
sushil353
Master II
Master II

do u want to join the two data sources?

if you are manupulating data from excel and qvd in Tab1

then to store the tab1 data to tab2 write below statement.

store tab1 into tab2.qvd(qvd);

HTH

Sushil

Not applicable
Author

Hi Sushil kumar,

I Have 10 qvd files from diffrent data sources like(sap,sharepoint,oracle..)

now i want to create dashbord by using all the qvd files and also  i want to create single qvd file for 10 qvd files

thanks

Not applicable
Author

hi

example:-

table1:

load  id,

        name,

        address

from table1;

store  table1 into D:\newtable.qvd

************************************************

see here


http://community.qlik.com/message/318211#318211

jagan
Luminary Alumni
Luminary Alumni

Hi,

A QVD file can hold data of one table only,  If you want to create a single qvd then you need to join or concatenate all the qvds.

You can do one thing load all qvds into one Qlikview file and load this Qlikview file into another Qlikview file by using Binary Load.

Hope this helps you.

Regards,

jagan.