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: 
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