NPL Per Skim
Loading...
| Skim | Kol | Total | NPL | NPL per Skim | ||||
|---|---|---|---|---|---|---|---|---|
| L | DP | KL | D | M | ||||
| Total | [[ currency_format.format(npl_data.filter((item) => item.kol === 'L').reduce((total, item) => total + Number.parseFloat(item.bakidebet),0)) ]] | [[ currency_format.format(npl_data.filter((item) => item.kol === 'DP').reduce((total, item) => total + Number.parseFloat(item.bakidebet),0)) ]] | [[ currency_format.format(npl_data.filter((item) => item.kol === 'KL').reduce((total, item) => total + Number.parseFloat(item.bakidebet),0)) ]] | [[ currency_format.format(npl_data.filter((item) => item.kol === 'D').reduce((total, item) => total + Number.parseFloat(item.bakidebet),0)) ]] | [[ currency_format.format(npl_data.filter((item) => item.kol === 'M').reduce((total, item) => total + Number.parseFloat(item.bakidebet),0)) ]] | [[ currency_format.format(total_bakidebet) ]] | [[ Math.round(npl_amount / total_bakidebet * 10000)/100 ]]% | |