Hoping for an assist on this.
I have a dataset that includes users along with a log entry for each time they viewed something.
I'm trying to create groupings of the number of views to better understand the users. I've had luck with using beast mode case-when in other situations, but for some reason, I'm unable to get it to work with this scenario.
In the first screenshot (1) is the beast mode calculation.
In the second screenshot (2), I have the table that shows that the beast mode field is working. Its accurately grouping each user (email) in terms of the number of views.
When I change the table columns to do a Count on the email field for the View Groupings, all i'm getting is the 250+ grouping with the total view counts.
Any thoughts on what might be causing this?
Screenshot 1:
Screenshot 2:
Screenshot 3: