Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Gartner® Magic Quadrant™: 15 YEARS A LEADER - GET THE REPORT
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

Pick Only Unique Records

I have a table and I only want to pick distinct records.

For a set of data only single row is coming in a straight table but actually records are duplicated because Qlik automatically hide those rows.

I want to remove them from my QVD because when I put a count function, Instead of getting 1 in every row I am getting higher values.

3 Replies
Digvijay_Singh

You may need to use load distinct in your script while loading them in QVD, or use distinct in the measure of your straight table to avoid duplicates.

risabhroy_03
Partner - Creator II
Partner - Creator II
Author

I used distinct but it is not working as I have no impact on my data.

fallenangel6
Creator
Creator

Please see which field is causing that. take all fields of the table in a table chart and check. maybe some fields like flags might have different values and so it would appear like distinct isnt working, but in true both records have some field which might have different values. it could even be date-time fields with difference in seconds.