dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15947
[Bug 929348] [NEW] dhis14-file-imports-calculated-data-elements-imported-as-normal-data-elements
Public bug reported:
When performing a DHIS 1.4 file import, all data elements are imported,
even calculated data elements, which are no longer supported. I suggest
two solutions
1) dataElementsqlmap.xml <-possible fix
<select id="getDataElements" resultMap="dataElementResultMap">
SELECT * FROM DataElement WHERE Calculated = 0
</select>
2) Re-implement support for import of calculated data elements, but
convert them to indicators instead. <-Wishlist
** Affects: dhis2
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/929348
Title:
dhis14-file-imports-calculated-data-elements-imported-as-normal-data-
elements
Status in DHIS 2 - District Health Information Software:
New
Bug description:
When performing a DHIS 1.4 file import, all data elements are
imported, even calculated data elements, which are no longer
supported. I suggest two solutions
1) dataElementsqlmap.xml <-possible fix
<select id="getDataElements" resultMap="dataElementResultMap">
SELECT * FROM DataElement WHERE Calculated = 0
</select>
2) Re-implement support for import of calculated data elements, but
convert them to indicators instead. <-Wishlist
To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/929348/+subscriptions
Follow ups
References