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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help in Expression

Hi,

How to find

Countrys with more then 2 shops are down.i have countrys and shop and down time

Thanks.

1 Solution

Accepted Solutions
sunny_talwar

May be country as dimension and expression like this:

If(Count(DISTINCT Shops) > 1, Count(DISTINCT Shops))

View solution in original post

1 Reply
sunny_talwar

May be country as dimension and expression like this:

If(Count(DISTINCT Shops) > 1, Count(DISTINCT Shops))