Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to handle the duplicate records in qlikview

Hello All,

I have created the QVW application.But it is getting some of duplicate sales orders.

could you please suggest me on this how to handle the duplicate records in qlikview.

Regards

Bhupal

4 Replies
its_anandrjs

Hi,

You need to check why it is duplicates it there is another entry in the rows or you can try load Distinct in the load script.

But first check in the model for duplicates.

Regards,

Anand

Colin-Albert

Duplicates can be caused by joins that are incorrect. You could consider using applymap instead of joining tables.

Don't join - use Applymap instead

Not applicable
Author

Hi Kattala Bhupal

Not applicable
Author

Hey,

First of all, if you have a lot of columns please check if the all the columns are duplicated, if you have even a single column with a different value, then is not a duplicate.

Second, where do you have the duplicates? Do you have them in the tables? Do you have them in Dashboard tables?

Depends on where you get them in order to find the right solution.

If you have them in the application tables, you could use the Load Distinct that was mentioned before, or you could do an extra operation and do a dummy group by where you aggregation will be like Sum(1) as X, and you drop the X field after that.

The Dashboard shouldn't show any duplicates, they are by default omitted. If you see there some data which shows as duplicates, please have a very careful look at the data in the columns which look as duplicates. Also, check if you have any column hidden.