Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Brip51
Creator
Creator

Flag Value as a duplicate in Straight Table

Hi,

I am trying to create a column in a Straight Table that flags an ID as a duplicate in that table.

I can do it in a table with just the ID, but when I add other dimensions my logic does not work.  

In the screen shot below I have the tables.  Table one I can call out a duplicate Id.  Table 2 shows what happens when I add other dimensions.  

I am not sure how to get what I want.  Any help would be greatly appreciated.

Duplicate IDs.png

Thank You,

Brian

1 Solution

Accepted Solutions
Nicole-Smith

Change your count calculation to:

count(total <CID> CID)

This will ignore the other dimensions that you're adding and only worry about counting the ID.

View solution in original post

2 Replies
Nicole-Smith

Change your count calculation to:

count(total <CID> CID)

This will ignore the other dimensions that you're adding and only worry about counting the ID.

Brip51
Creator
Creator
Author

Perfect ! Seems sooo simple now.

Thank You.

Brian