rcpch / rcpch-audit-engine

Epilepsy12 Audit Platform
https://e12.rcpch.ac.uk/
GNU Affero General Public License v3.0
5 stars 5 forks source link

Converts percentage in KPI report to decimal #957

Closed dc2007git closed 3 months ago

dc2007git commented 3 months ago

Overview

In the KPI report, percentages will now take the form 0.799 instead of taking the form 79.9, as requested in #952

Code changes

Remove division by 100

Documentation changes (done or required as a result of this PR)

N/A

Related Issues

Closes #952