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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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])