Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Augmented Data Quality Solutions: GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Duplicate records

Hi,

Is there any way i can look for duplicate record. I am having QVD and on daily basis i am getting a new records. If any of the record having duplicate entries when it compare with QVD during load then details of duplicate records need to be send via alert email.

Please let me know is this case can be handled.

Thanks,

Rohit

1 Solution

Accepted Solutions
Siva_Sankar
Master II
Master II

Hi Rohit,

Find the attached document, I have created a flag to identify duplicates while loading the data. You can use this approach to compare any number of records.

Siva

View solution in original post

7 Replies
Michiel_QV_Fan
Specialist
Specialist

Do you need the duplicate in your data? If not, is filtering out an option?

Siva_Sankar
Master II
Master II

Rohit,

We discussed this yesterday, did you try that solution To see the duplicate records in qlikview

Siva

Not applicable
Author

Hi Siva,

I tried it yesterday and it working fine. I am looking for you input, does the same logic can be applied with QVD and daily input excel file.

I am asking this because my QVD have millions of data and during load each records need to be searched for duplicate records. Is this can be possible.

Thanks,

Rohit

hector_munoz
Specialist
Specialist

Hi Rohit,

You can create a new resident table in your model that contains those duplicated records. A simple way is grouping by a key, counting and later filtering those with a count grater than 1.

I attach you a sample. Hope it helps you!

Regards,

H

Siva_Sankar
Master II
Master II

Yes, Rohit.

You can do irrespective of the source. Because we are handling it in the front end. But what is the perspective of showing duplicate records in a chart. While loading itself you can remove those existing records using Exist function.

Siva

Not applicable
Author

Hi Siva,

User wants to know what all the incorrect data in the input file. So details of duplicate data need to be send to them via email.

Thanks,

Rohit

Siva_Sankar
Master II
Master II

Hi Rohit,

Find the attached document, I have created a flag to identify duplicates while loading the data. You can use this approach to compare any number of records.

Siva