Re: [Dhis2-devs] Problem loading pivot table results

2017-04-04 Thread Calle Hedberg
Hi This is a common problem - the pivot table app cannot process/display larger sets of data, which is typically what you get when selecting the lowest OU level. Try dumping the result out into another format (CSV, Excel), and then process that into the report format you want. Regards Calle On

Re: [Dhis2-devs] [Dhis2-users] CLARITY ON DEFINITIONS FOR COUNTS IN PROGRAM INDICATORS

2017-04-04 Thread Markus Bekken
Hi Stanley! You possibly already read this chapter in the docs: 26.4.1.7. About variables We can probably expand a bit more in the docs on how the different counts work. Here is a bit more of an explanation for

Re: [Dhis2-devs] Problem loading pivot table results

2017-04-04 Thread Raminosoa Rabemanantsoa, Tantely
Dear Calle, Thank you for your suggestions. In order to dump the results, I have to lower the number of OrgUnits by splitting them by parents OrgUnits and loop the process unitl all OrgUnits are done. Regards, Tantely. On Tue, Apr 4, 2017 at 11:00 AM, Calle Hedberg wrote: > Hi > > This is a