Is it possible to get the count of facilities that have completed a form for each month?

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!

Hi @jamiecarter7,

I think what you are explaining is called reporting rates. You can read more about them here: Reports - DHIS2 Documentation

You can use reporting rates in the Reports app or in the Data Visualizer. In any of the play.dhis2.org instances, you can open the Data Visualizer app and open favorite then search reporting rate to see many examples.

As for percentages, I don’t think it’s possible to add a percentage sign.