We have created a form in the Android app that collects supplies of medicine at each facility, each month.
I would like to create a metric that shows the percentage of facilities that have submitted the form each month
How would I go about doing this?
My main sticking points:
- How do I get the number of facilities registered? (facility is an organisation unit level)
- How to get a figure for how many facilities have completed the form.
(I am fine taking that figure and creating a % using an indicator)
Thanks!