ที่ |
อำเภอ |
ตัวชี้วัดรวม |
ผ่าน (ข้อ) |
ไม่ผ่าน (ข้อ) |
select a.da_amp,m.amphurname,j.kpi_id,j.fname,j.lname,j.names,j.kpi_type,j.kpi_type_data,j.kpi_tar,a.da_rate
, count(j.kpi_id) as count_kpi,
sum(case when (da_rate >= kpi_tar and kpi_type_data <> 1) or (da_rate <= kpi_tar and kpi_type_data = 1) then 1 else 0 end) as pass_y,
(count(j.kpi_id)-sum(case when (da_rate >= kpi_tar and kpi_type_data <> 1) or (da_rate <= kpi_tar and kpi_type_data = 1) then 1 else 0 end)) as pass_n
from
(
select k.kpi_id,u.fname,u.lname,s.names,k.kpi_type_data,k.kpi_tar,k.kpi_type #,a.da_rate
from cockpit_ssko67.kpi k inner join cockpit_ssko67.user u on (k.kpi_own = u.username)
inner join cockpit_ssko67.unit_ssk s on (u.office = s.off_id)
inner join cockpit_ssko67.data_kpi_province p on (k.kpi_id = p.dp_kpi)
where k.kpi_status = '1' and s.off_id = '' and p.dp_prov = '33'
) j left join cockpit_ssko67.data_kpi_amp a on (j.kpi_id = a.da_kpi) #and a.da_amp = '3307')
left join cockpit_ssko67.amphur m on (a.da_amp = m.amphurcode)
where left(a.da_amp,2) = '33'
group by j.names,a.da_amp
รวม |
|
|
0 |
0 |
ที่ |
ชื่อตัวชี้วัด |
เกณฑ์ |
ผ่าน (อำเภอ) |
ไม่ผ่าน (อำเภอ) |
รวม |
|
|
0 |
0 |