Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sushil353
Master II
Master II

Data load from qvd file using QEMC

Hi All,

I have developed a application test.qvw and copied that file to source document (\\machinename\Manufacturing) folder through QEMC. I want to load data from a qvd file say testdata.qvd which is created by other application in the same source document (\\machinename\Manufacturing) folder. the script i have used to load the data is

Measure:

load * from testdata.qvd (qvd); (The point i have noticed  that the (qvd) is not comming in blue color as load and from keywords testdata.qvd (qvd) is in green color)

but the data is not loading from the qvd file and it get failed when i run this application in QEMC.

Please help me

Thanks

3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Make sure that you have given the proper path of the testdata.qvd.

   Or you can try like this.

   Load  * from C:\abc\testdata.qvd(qvd);   /// Give full path of your qvd file.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sushil353
Master II
Master II
Author

Hi kaushik,

Thanks for your reply...

The folder is created in remote server and i have provided a shared folder named manufacturing.. to open that folder i type \\machinename\manufacturing... and i am not able to get, how can i provide a full path.. i dont have access to the remote machine..

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    Make sure that the qvd file exist there, as well as you have proper permissions to access that file.

    If you have both then, try to open that qvd file from your qlikview client and check weather it is accessible or not.

    Reload the qvw file. If it reloads successfully then copy the same path to your desired qlikview report.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!