Standard Reports (Customs Reports) in DHIS2

Hi
I am creating standard reports (custom reports ) in dhis2. Till now i am able to fetch single Hf data for multiple datasets for different time periods (single day, Quarterly ).
Now i want to fetch data for multiple HF at a time. I am using HTML for reports.
Kindly provide support in this regard.

1 Like

Hi @Tooba

If you need to perform multiple requests, you are going to need to use JavaScript to iterate through all of the request which you need and then send that to the report.

Best regards,
Jason

1 Like

Hi i am using javascript already but from the HF drop down i am only able to fetch single hf .