Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is that QVD is called?

If raw data is directly stored in qvd from database without any transformation then that qvd is called as?

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

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.

QlikView Data Architectures

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

To reference stored QVD in another/same qvw document syntax is

 

LOAD

[stored QVD column names]

      .

      .

      .

FROM [stored QVD name].qvd (qvd);

 

engishfaque
Specialist III
Specialist III

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

jagan
Luminary Alumni
Luminary Alumni

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.

nstefaniuk
Creator III
Creator III

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);