Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
neha_sri
Creator III
Creator III

Qvds and qvw on different servers


Hi All,

Just wanted to know that if I have my qvds on one server and qvw on other server,

is it possible that my qvw can load data from qvds present on other server.

thanks in advance

Regards,

neha

4 Replies
quwok
Creator III
Creator III

Yes, as long as the files are accessible, QlikView should be able to read and load it in.

awhitfield
Partner - Champion
Partner - Champion

Hi Neha,

Yes, as long as the reload user has file access to the qvds.

Andy

Anonymous
Not applicable

It certainly is possible, but do ensure the network connection to the qvd's is adequate..

Anonymous
Not applicable

Hii Neha,

Yes We can do this like:

LOAD a,

     b

FROM

C:\Users\7179\Desktop\Practices\A.qvd

(qvd);

so in place of 'C:\Users\7179\Desktop\Practices'  use the server path where qvd exist likw:

LOAD a,

     b

FROM

10.167.19.184\Desktop\Practices\A.qvd

(qvd);

Use this for accesing qvds on different server.

Thanks & Ragards

Prince Anand