
Contributor
2019-03-27
06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
457 Views
1 Reply

MVP
2019-03-27
07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
438 Views
