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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
n1ef5ng1
Creator
Creator

How to retrieve records that has multiple record

Hi guys,

I have assigned a primary key ID for individual customer. My table dimension will be Cust_ID, Date_of_Visit with an expression of sum(Revenue)

For my table, I would want to show all those customer who visited more than one time in Date_of_Visit field

How can i do it?

I would want to eliminate records that has only one record for date of visit with one cust ID

2 Replies
n1ef5ng1
Creator
Creator
Author

My date of visit is a date field/

tresesco
MVP
MVP

May be like this?

Calculated dimension: =If(Aggr(Count(CustID), date_of_Visit)>1,CustID)