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

Duplicate rows in qvd

Hi,

Does the qvd allow to store duplicate rows?

Thanks

Puni

5 Replies
MK_QSL
MVP
MVP

Yes.. .Try below...

Sales:

Load * Inline

[

  Customer, Sales

  A, 100

  A, 100

  A, 100

  B, 120

  B, 120

  C, 140

];

Store Sales into Sales.qvd(QVD);

Not applicable
Author

Thanks Manish.

I just got to know QVD allows to store duplicate rows, but when we concatenate the qvd data with inline data (contains same data as qvd) removes duplicate

Gone through the following thread

Concatenation - De - duplication of Rows

Thanks

Puni

MK_QSL
MVP
MVP

Kindly clarify little more on you requirements... Thanks

ashfaq_haseeb
Champion III
Champion III

Hi,

have a look at attached application.

Its works and stores duplicate data too.

Regards

ASHFAQ

Not applicable
Author

Hi,

In my IL script testing , I concatenate the data from qvd and data pulled from sql db. I noticed that record count is not in sync between full load and incremental load. I wondered does the qvd stores duplicate record or not.

Now i got clarified that in full load qvd contains all rows though it is duplicate. But in incremental load duplicates are eliminated as i have used CONCATENATE, so qvd contains less rows than full load qvd.

Thanks

Puni