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: 
Not applicable

Read QVD File

Hi guys, I´m trying to read data for a QVD file, I found an example in the community which basically looks like this, but i´,ve not been able to get it done, can you help me about this error.

Thank you in advance.

Table01:

  LOAD

      Key,

      name

  FROM

  (qvd);

10 Replies
Not applicable
Author

I´m doing it that way Vlad, thank you for your reply.