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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Book - Qlikview 11 for developers

Page 237 - Storing Tables

STORE [Aircraft Types] INTO '..\Data Files\QVDs\

AircraftTypesTransformed.qvd' (qvd);

When I add this to the end of the script in Aircrafts tab, I get the error - Execution of Script Failed. Reload old data ?

1 Solution

Accepted Solutions
Not applicable
Author

Fix -

STORE [Aircraft Types] INTO '..\Data Files\QVDs\AircraftTypesTransformed.qvd' (qvd);

Put file paths in one line only. Unfortunately, the error message does not give exact reasons for the error. I was hoping

fro something like - FileIOException: The path to the file is not valid.

View solution in original post

1 Reply
Not applicable
Author

Fix -

STORE [Aircraft Types] INTO '..\Data Files\QVDs\AircraftTypesTransformed.qvd' (qvd);

Put file paths in one line only. Unfortunately, the error message does not give exact reasons for the error. I was hoping

fro something like - FileIOException: The path to the file is not valid.