Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
can any body expalin where qvd s are stored
in the same directory of the source document by default, otherwise in the store you must define the path
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.
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;
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.
In the same directory of the Qlikview file that's storing them
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
where qvw file is created it will stored by default
Not sure why this is so difficult, the default location is:
C:\ProgramData\Qlik\Sense\Log\