Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Duplicates in the display

Dear QV Experts

When i select the Month ' July' from the list box, i was surprised to see one additional rows.

After analysis i found due to the Newserv Id, though the Acknowledgement Sent Date Column in Jan 2016, it displays in July 2015.

The Expression used,

= Count({<DateType = {'Received'}>}Acknowledgement)

DataSample.jpg

Can you please suggest me how to get rid of this duplicate row.

11 Replies
swuehl
MVP
MVP

Maybe like attached.

I've removed the syn table by dropping one table and changed the key for the link table.

Not applicable
Author

Excellent. The same was expected. Thanks a lot.