Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does someone know why it is not working?
count(distinct {<Score={'> 99'}>} CompanyName)
how I can put field > number in a set expression?
thanks
count(distinct {<Score={"> 99"}>} CompanyName)
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
count(distinct {<Score={"> 99"}>} CompanyName)
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