Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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])