Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Want to Save QVD file to Specified Location but bydefault it is saving in Folder "QlikView QVW"

Hi Guys,

I want to save QVD files to a specified location but by default it is saving to folder "QlikView QVW". I have checked box "Relative Paths".

Please guide me.

1 Solution

Accepted Solutions
Carlos_Reyes
Partner - Specialist
Partner - Specialist

Hi,

As far as I know, the relative paths option serves to avoid placing the full path of a source file so it's easier to move your project. I don't think it is related to the folder in which you can save a qvd, but I'm not sure about this.

Anyway, If you want to save a qvd into a specific location you'll have to specify the appropiate path. Something like:

STORE QvdName INTO FolferA\QvdName.qvd;

The above sentence will save the Qvd into a FolderA that must be placed right next to your QVW.

You can also specify the complete path:

STORE QvdName INTO C:\Users\User\Desktop\QvdName.qvd;

Or jump between folder levels:

STORE QvdName INTO ..\..\FolderA\QvdName.qvd;

Hope it helps;

View solution in original post

1 Reply
Carlos_Reyes
Partner - Specialist
Partner - Specialist

Hi,

As far as I know, the relative paths option serves to avoid placing the full path of a source file so it's easier to move your project. I don't think it is related to the folder in which you can save a qvd, but I'm not sure about this.

Anyway, If you want to save a qvd into a specific location you'll have to specify the appropiate path. Something like:

STORE QvdName INTO FolferA\QvdName.qvd;

The above sentence will save the Qvd into a FolderA that must be placed right next to your QVW.

You can also specify the complete path:

STORE QvdName INTO C:\Users\User\Desktop\QvdName.qvd;

Or jump between folder levels:

STORE QvdName INTO ..\..\FolderA\QvdName.qvd;

Hope it helps;