Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Histogram

I have been trying to create a histogram on QlikSense with the following expression:

class([Alerts Received], 10 ,vUserCount)

vUserCount = Count(distinct UserId)

The expression successfully creates a histogram with a bin size of 10, but the count of all the UserId's ends up being inflated. But, when I increase the bin size to 1000, the answer is correct. A solution to this would be really helpful and greatly appreciated.

1 Reply
swuehl
MVP
MVP

Could you post a small sample QVF that demonstrates your issue?