Hi, I was reading the documentation of reporting module, but i want to export all data from the monthly encounters to excel.
Have you read about reporting renderers? https://wiki.openmrs.org/display/docs/Render+a+Report+Into+a+Custom+Excel+File
i mean, i have a form, with field on OBS and i want export to excel all the data of this form, not person atributes
Hi @ibatista.
You could check out the legacy Form Data Export Module. This is likely not to run on the latest versions of OpenMRS.
Your best best is probably to manually create a Reporting Framework report and then run it with the Excel reporting renderer as @dkayiwa suggests.
1 Like
@ibatista I’m wondering whether you managed to solved this.
I happened to be stuck on a similar problem, how did you manage the data extraction?