Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have one excel table and one qvd file
how to create qvd by using above tables
thanks
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
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
hi
example:-
table1:
load id,
name,
address
from table1;
store table1 into D:\newtable.qvd
************************************************
see here
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.