dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08600
[Bug 507435] Re: data-browser-drilldown
Still not working for the Zambia database. The fix did actually work for
the SL demo database, but not for the Zambia database. I have changed
the code around, simplifying the generation of the result set, and
removing the necessity to operate off of a view, which will cause
problems with concurrency. A new method was introduced into the API to
determine the maximum organizational unit level.
** Changed in: dhis2
Status: Fix Committed => Confirmed
** Patch added: "Patched against 2.0.5 branch, revision 2086"
https://bugs.launchpad.net/dhis2/+bug/507435/+attachment/1736161/+files/DataBrowser_205_20101117_rev2.patch
--
data-browser-drilldown
https://bugs.launchpad.net/bugs/507435
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
Status in DHIS 2 - District Health Information Software: Confirmed
Bug description:
Databrowser orgunit mode does not work at all, it shows 0 for all orgunits disregard of input parameters.
>From Jason:
Using the Sierra Leone database, I selected "Monthly" time periods, followed by April 1 2009- August 31 2009 and then clicked "Bo" then Browse. I then selected "Badija" and this was returned.
Total No of pregnant women 0
Total Population 0
Total population < 1 year 0
Total population < 5 years 0
Total population women of child bearing age 0
However, if I select "Badija" from the beginning, I get this..
OrganisationUnit 01 Apr 2009 01 May 2009 01 Jun 2009 01 Jul 2009 01 Aug 2009
Njandama MCHP 0 0 22 143 133
Ngelehun CHC 242 232 247 228 201
I can then click Ngelehun CHC and get back a crosstab table listing each data element submitted by month.
I would think that this is a drill-down function, but something seems to go awry somewhere.
References