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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi

hi ...can any one please tell me how to create qvd's ...i am totally new to qlikview...

Regards,

x.

Labels (1)
4 Replies
er_mohit
Master II
Master II

hiiii

a:

LOAD auditnmame,

     date,

     id,

     producttype,

     status

FROM

C:\Users\Mohit\Downloads\FIRSTSORTED.xlsx

(ooxml, embedded labels, table is Sheet1);

STORE a into E:\test.qvd;

a means your table name and after that declare your path

hope it helps

Not applicable
Author

thanks ...i got this..

Not applicable
Author

thanks ...i got this..

Not applicable
Author

hi

First make conn with databse then try this,

Table_name:

load  FIELS_NAME from (TABLE OF DATABASE);

Store Table_name into 'Path where to store'