Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If raw data is directly stored in qvd from database without any transformation then that qvd is called as?
Hi,
There is no separate name for such QVDs. QVD is QVD.
Only that it will be called as 1 tier Data Architecture layer.
Look at the data architecture document.
Regards,
Kaushik Solanki
To reference stored QVD in another/same qvw document syntax is
LOAD
[stored QVD column names]
.
.
.
FROM [stored QVD name].qvd (qvd);
Dear Prasad,
QlikView Data File (QVD) is generated by QlikView with statement "Store".
Either you store your extracted data as it is or you perform any transformation and after that you store it in QVD file format, both are same. There is no concept of different kind of QVDs.
Kind regards,
Ishfaque Ahmed
Hi,
A QVD can store one table information which is loaded in Qlikview/Qliksense which is raw or transformed data. It just stores one table info.
You can create it using STORE command and can read it into qlikview/sense using LOAD statement.
Regards,
Jagan.
You are forced to give a full path to QVD when using store so you are forced to give a name (in this example it's XXX):
Store mytable into XXX.qvd (qvd);