Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Regarding loading of qvd s

Hi,

I'm basically new to qlikview. I was provided some qvd files and I was asked to load them to the qlikv file.

But when I used to load them using the statement load * from time.qvd I'm getting the error Capture.PNG

Please help me..

Thanks,

Surendra

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

Make sure you specify the QVD format and that the path is correct:

Table:

LOAD *

FROM C:\Folder\File.qvd (qvd);

Hope that helps.

Miguel

View solution in original post

4 Replies
Miguel_Angel_Baeyens

Hi,

Make sure you specify the QVD format and that the path is correct:

Table:

LOAD *

FROM C:\Folder\File.qvd (qvd);

Hope that helps.

Miguel

Not applicable
Author

Thanks a lot for your timely help!!

But after reloading the qvd file, I couldn't get the fields in that qvd.

You could see a field that is populated like <?xml version='...

Please clarify.

Capture.PNG

Miguel_Angel_Baeyens

Hi,

Did you use the literal (qvd) after the name of the field and before the semicolon as I posted above?

Miguel

Not applicable
Author

Got it:)

Thanks a lot Miguel!!!