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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count on condition

Hi,

suppose I have a data structure in QV as this one :

- Customer Number
- Date
- Value

If I want to show on a linear table (or a pivot one), with Date as the dimension, only the count of customer (for each day) that have a value greather than 5 what I have to do ?

Thanks a lot.

Bye

Labels (1)
1 Reply
johnw
Champion III
Champion III

Perhaps this?

count(distinct if(Value>5,"Customer Number"))