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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mikegrattan
Specialist
Specialist

Using a value condition for Set Analysis

I have a Set Analysis expression that gives me a count of login passes by user for the current day.  I'd like to filter it so it only shows when the count >3.  Can someone point me in the right direction?

 

Count({<[Access Type]={'Login Access'},LogTimeStamp= {">=$(=daystart(today())-0)"}>} distinct UsageId)

Labels (3)
10 Replies
mikegrattan
Specialist
Specialist
Author

I want to show only those users who have used 3 or more login passes for the current day.  I will try your expression and see how it works today.  Thank you.