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

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))