Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis and Greater than Modifier

Hi

Need some help. I have a bunch of Services and Servers


The Services are unique, but the servers are shared. So I am counting how many Services are on each Server.

(Count([IT Service Name])


However from these results I only want to see servers that have more than 3 services? How do I add the greater than > modifier to show these results?

Server.PNG

1 Reply
sunny_talwar

May be this:

Count({<[Server Name] = {"=Count([IT Service Name]) >= 3"}>}[IT Service Name])