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: 
Maddineni_S
Contributor III
Contributor III

Not able to store qvd data into excel file in Qlik Sense

 am not able to store qvd data into excel file. can some one help me to do this.

 

Fraud_Fact:

LOAD * FROM [$(vG.TransformedQVDPath)Fraud_Fact_Model.qvd] (qvd);

 

Store Fraud_Fact into [C:\Users\MaddineniS2\OneDrive - Vodafone Group\Desktop\Fraud Data\CSVFile.csv] (txt);

Labels (4)
1 Solution

Accepted Solutions
NitinK7
Specialist
Specialist

Qlik Doesn't work with direct location path.,

you have to create connection and then use connection 

NitinK7_1-1654591956304.png

 

View solution in original post

2 Replies
NitinK7
Specialist
Specialist

Qlik Doesn't work with direct location path.,

you have to create connection and then use connection 

NitinK7_1-1654591956304.png

 

Maddineni_S
Contributor III
Contributor III
Author

Thanks For the solution.