Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Perhaps this?
count(distinct if(Value>5,"Customer Number"))