Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HOW MANY TABLES WE CAN LOAD ITTO THE QVD?

HOW MANY TABLES WE CAN LOAD ITTO THE QVD?

5 Replies
crusader_
Partner - Specialist
Partner - Specialist

Hi,

One table only.

HTH.

Andrei

jagan
Luminary Alumni
Luminary Alumni

Hi,

We can load only one table into one QVD, there is no restriction in number of records.

Regards,

Jagan.

MayilVahanan

Hi

You can join numbers of tables in one table and then store that final table in QVD.

We can load only one table into one QVD.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Only one table per Qvd

vardhancse
Specialist III
Specialist III

A:

Load A,

        B,

        C

from table_1;

Left join (A)

Load B,

        D,

        E

from table_2;

STORE A into A.qvd;

similarly we can join number of tables and can create one single table