Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
mikegrattan
Creator III
Creator III

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
Creator III
Creator III
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.