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

QVD's call

Hi, i have a problem of calling of my qvd files up from my folder path.How to call my QVD files in Qlikview .?

if anyone know plz guide me.

3 Replies
Not applicable
Author

hi

open qlikview.

Ctrl+N

then Ctrl+E

then clik on table file

then go to qvd file

then double clik

ok.

then qvd file loaded in qlikview.

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

Or you make a function in qlikview.

then you call by

Call(qvd filename) this function

Anonymous
Not applicable
Author

why dont u use directly Load statement .....

load * from filepath\qvdname.qvd(qvd);

*syntax must be followed

Not applicable
Author

thanks for ur response.