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

where qvd s are stored by default

hi

can any body expalin where qvd s are stored

8 Replies
alexandros17
Partner - Champion III
Partner - Champion III

in the same directory of the source document by default, otherwise in the store you must define the path

its_anandrjs

QVD is a Qlikview understandable data base files and they are store as it is when any table is read in qlikview in-Memory and by the help of STORE command we store the tables into QVD format.

By default the tables are stored in the qvw location and if we give path then it is stored in that location.

its_anandrjs

Look at the Eg:-

Tab1:

Load * from Location;

The below file store into the qvw file base location

STORE Tab1 into Tab1.qvd;

The below file store into the mention path location like C:\Data folder.

STORE Tab1 into C:\Data\Tab1.qvd;

maxgro
MVP
MVP

it depends

from online help

store[ *fieldlist from] table into filename [ format-spec ];

filename is the name of the target file. The interpretation of file name is similar to names in load statements, i.e. the directory statements apply.

If the path is omitted, QlikView searches for the file in the directory specified by the directory statement. If there is no directory statement, QlikView searches in the working directory, which is usually the directory in which the QlikView file is located.

rustyfishbones
Master II
Master II

In the same directory of the Qlikview file that's storing them

Not applicable
Author

You can give a storage location explicitly in STORE.

eg:

STORE Tab1 into C:\Data\Tab1.qvd


if you not mention any path then, it stored  in the same directory of the source document

Not applicable
Author

where qvw file is created it will stored by default

Tedmistro
Contributor II
Contributor II

Not sure why this is so difficult, the default location is:

C:\ProgramData\Qlik\Sense\Log\