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: 
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

Labels (1)
2 Replies
n1ef5ng1
Creator
Creator
Author

My date of visit is a date field/

tresB
Champion III
Champion III

May be like this?

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