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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Reply
johnw
Champion III
Champion III

Perhaps this?

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