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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sutoniusahadong
Contributor
Contributor

Multiple between in set Analysis

Dear All,

i didnot find the formula about multiple between in set Analysis, can any body help ? please...

"=Count(DISTINCT {<EMPLOYEE_NO = {"=if(isnull(SCORE_MQ),0,Avg(SCORE_MQ)) >= 80 and (Avg([A/T])>=0.7<0.9) and (Avg(BOBOT)>=1.6 <2.05)"}>} EMPLOYEE_NO)"

the result in Yellow not match

Tq

Toni

Labels (1)
1 Reply
sunny_talwar

May be this

=Count(DISTINCT {<EMPLOYEE_NO = {"=Len(Trim(SCORE_MQ)) > 0 and Avg(SCORE_MQ) >= 80 and Avg([A/T]) >= 0.7 and Avg([A/T]) < 0.9 and Avg(BOBOT) >= 1.6 and Avg(BOBOT) < 2.05"}>} EMPLOYEE_NO)