Sistem Informasi Penanggulangan Kemiskinan Terpadu & Terintegrasi
Bersama Data, Bangun Solusi Untuk Tabalong Lebih Sejahtera.
{{ mapLevel === 'desa' ? 'Sebaran data kemiskinan per desa/kelurahan di Kabupaten Tabalong' : 'Sebaran data kemiskinan per kecamatan di Kabupaten Tabalong' }}
Data rekapitulasi per wilayah berdasarkan klasifikasi status kemiskinan terpadu
| Wilayah | Jumlah KK | Jumlah Jiwa | Sangat Miskin | Miskin | Rentan Miskin | Mampu | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| KK | Jiwa | KK | Jiwa | KK | Jiwa | KK | Jiwa | |||
| Belum ada data rekap. | ||||||||||
| {{ item.id_kec }}. {{ item.kecamatan }} {{ item.id_kel }}. {{ item.kelurahan }} | {{ formatPrice(item.jml_kk) }} | {{ formatPrice(item.jml_art) }} | {{ formatPrice(item.val1_kk) }} | {{ formatPrice(item.val1_art) }} | {{ formatPrice(item.val2_kk) }} | {{ formatPrice(item.val2_art) }} | {{ formatPrice(item.val3_kk) }} | {{ formatPrice(item.val3_art) }} | {{ formatPrice(item.val4_kk) }} | {{ formatPrice(item.val4_art) }} |
| TOTAL | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.jml_kk) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.jml_art) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val1_kk) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val1_art) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val2_kk) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val2_art) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val3_kk) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val3_art) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val4_kk) || 0), 0)) }} | {{ formatPrice(datarekapstatus.reduce((s, it) => s + (Number(it.val4_art) || 0), 0)) }} |