Re: [Dhis2-devs] Deleting OrgUnit

2015-06-15 Thread Jason Pickering
Hi Carlos, The only real way to do this at the moment is to remove the data values from the database with SQL. So, something like DELETE FROM datavalue where sourceid = X; where XX is the organisationunitid of the orgunit you wish to delete. This statement will permanently delete all da

[Dhis2-devs] Deleting OrgUnit

2015-06-15 Thread Carlos Nyembwe
Hi all, I have a problem with OrgUnits, I want to delete a OrgUnit that no longer serves in the system but I know that this message which appears OrgUnit means that this is linked to the data but as I made my manipulations front end, and I am obliged to remove, then how? who can help me on this?