← Back to team overview

dhis2-devs team mailing list archive

[Bug 929348] Re: dhis14-file-imports-calculated-data-elements-imported-as-normal-data-elements

 

** Changed in: dhis2
    Milestone: None => 2.8

** Changed in: dhis2
       Status: New => Fix Committed

** Changed in: dhis2
     Assignee: (unassigned) => jason.p.pickering (jason-p-pickering)

-- 
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:
  Fix Committed

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


References