dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09692
[Bug 704429] Re: Report table - Data for parent organisation unit included when it's not supposed to
This is actually a feature to facilitate the typical report where you
actually want the sum at the bottom or in a chart. You can easily filter
it out by adding "where organisation_unit_is_parent = 0" to the sql
query. Similarly you can sort by adding "order by
organisation_unit_is_parent" if you want the total/parent row at the
bottom.
** Changed in: dhis2
Status: New => Invalid
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/704429
Title:
Report table - Data for parent organisation unit included when it's
not supposed to
Status in DHIS 2 - District Health Information Software:
Invalid
Bug description:
If 'Parent organisatiounit' is selected as report parameter when
creating a report table, data for the selected organisation unit is
also included in the report table when running the table.
References