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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loadind excel data from remote server

Hello All,

I am new to QV, I have to load data from excel file from remote server, How can I do that. Any help is highly appreciated.

fro example I have my excel file sitting in

[\\servername\Sample\new\ReferenceFiles\employeedata.xlsx]

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No problem. You can use UNC paths as file paths.

Data:

LOAD X, Y, Z

FROM [\\servername\Sample\new\ReferenceFiles\employeedata.xlsx] (ooxml, embedded labels, table is Sheet1);

Just make sure you actually have access to the excel file. And if you deploy your document on a Qlikview Server make sure the service account used to reload the documents has access to that file too.


talk is cheap, supply exceeds demand