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

Announcements
Search may be unavailable 11:30 PM on Aug 24 to 1:30 AM on Aug 25. Thank you for your patience.
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

set analysis

Does someone know why it is not working?

count(distinct {<Score={'> 99'}>} CompanyName)

how I can put field > number in a set expression?

thanks

2 Solutions

Accepted Solutions
OmarBenSalem
Partner - Champion II
Partner - Champion II

count(distinct {<Score={"> 99"}>} CompanyName)

View solution in original post

OmarBenSalem
Partner - Champion II
Partner - Champion II

1)count(distinct {<Score={'> 99'}>} CompanyName)

=count company that has score value = '>99'

2)count(distinct {<Score={"> 99"}>} CompanyName)

= count compnay that has score > 99 

View solution in original post

2 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II

count(distinct {<Score={"> 99"}>} CompanyName)

OmarBenSalem
Partner - Champion II
Partner - Champion II

1)count(distinct {<Score={'> 99'}>} CompanyName)

=count company that has score value = '>99'

2)count(distinct {<Score={"> 99"}>} CompanyName)

= count compnay that has score > 99