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

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