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: 
Anonymous
Not applicable

load only duplicate records

Hi all,

I there any way to load only duplicate records into our chart.

Regards,

Kumar

1 Solution

Accepted Solutions
sunny_talwar

May be something like this:

=If(Count(Field) > 1, YourExpression)

View solution in original post

2 Replies
sunny_talwar

May be something like this:

=If(Count(Field) > 1, YourExpression)

Anonymous
Not applicable
Author

Thanks Sunny.