On Mon, Apr 8, 2013 at 11:18 PM, Rodolfo Melia <rme...@knowming.com> wrote:
> Hi Bob - thanks for your detailed explanation. Because we use naming > conventions, we wanted to filter on the basis of name. 'WHP - ' is the > prefix that we were planning to use to locate quickly what we wanted to > export, and just moved into the one that can be exported. > > We want/ need to export the following elements: > 1. Data Elements - we can certainly put them in a a group if that speed-up > things. This is the critical one. > 2. Category Combos, Categories and associated options. We can certainly > rebuild them > 3. Form with sections. That will be nice ! > > R > > Hi Rodolfo, thanks for the feedback. The detailed export was removed temporarily due to time pressure - we wanted to get DXF2 in for 2.12 but didn't have time to re-implement detailed export. Will put it back for 2.12. In the meantime your needs can be covered through the web api like this for data elements (example runs against demo, substitute ART query with WHP -): http://apps.dhis2.org/demo/api/dataElements/query/ART.xml?viewClass=detailed&paging=false&links=false query/<criteria>: define your query criteria viewClass: ask for all details about data elements paging: turn off paging links: skip links for category combos: http://apps.dhis2.org/demo/api/categoryCombos.xml?viewClass=detailed&paging=false&links=false for data sets and custom forms: http://apps.dhis2.org/demo/api/dataSets.xml?viewClass=detailed&paging=false&links=false You can then import these files on the other side. It's documented here: http://dhis2.org/doc/snapshot/en/user/html/ch25s04.html regards, Lars
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp