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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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.