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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

set analysis help

Hi Experts,

I am trying to count the number of  distinct ids where [Network days] <=3 days.By writing the below expression I am getting error. Please help me on below set analysis syntax.

Count({<[Network Days]<={'3'}>}distinct [ID])

 

Thanks in advance

1 Solution

Accepted Solutions
sunny_talwar

Try this

Count({<[Network Days] = {"<=3"}>} DISTINCT [ID])

View solution in original post

1 Reply
sunny_talwar

Try this

Count({<[Network Days] = {"<=3"}>} DISTINCT [ID])