Re: [Dhis2-users] [Dhis2-devs] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Gaurav Kumar
Hi Morten, Could this be linked to the issue I reported earlier? [Bug]DHIS2-1911(WEB API: Recursive filtering not working with more than one AND filter). Regards, GAURAV From: Dhis2-devs

Re: [Dhis2-users] [Dhis2-devs] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Jason Pickering
Seems to work as its documented (at least in some cases) https://play.dhis2.org/dev/api/dataElements?filter=name:like:IPT Gives all data elements which contain IPT https://play.dhis2.org/dev/api/dataElements?filter=name:like:IPT=name:like:1st Gives all data elements which contain IPT and 1st

[Dhis2-users] DHIS 2

2017-07-27 Thread Omer Butt
In DHIS 2 while creating a User. Data Capture and maintenance organization units has nothing . ?? Why? ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe :

Re: [Dhis2-users] Sharing Dataset in Two Separate DHIS2 Instances

2017-07-27 Thread Derek Kahongo Mukenge
Hi Dung, Thank you for your help. I have one more question about OrgUnit. Is it possible to have just matching that with orgunit id corresponding to B instance and leave the other not corresponding when the script is executed? On Jul 26, 2017 05:32, "Dung Nguyen Anh"

[Dhis2-users] API calls using Node.js examples

2017-07-27 Thread Jesus Solano-Roman
Hello all. I would like to know if someone could point out to examples or perhaps give an example of a typical Web API call done using Node.js The examples in the documentation are either using cURL or using the direct browser "endpoint", but usually do not take into account oAuth authentication

Re: [Dhis2-users] DHIS 2

2017-07-27 Thread Carlos Nyembwe
Hi Omer, for that, you must to be patient, maybe, the problem is internet thanks, try again you will On Thu, Jul 27, 2017 at 11:02 AM, Omer Butt wrote: > In DHIS 2 while creating a User. Data Capture and maintenance > organization units has nothing . ?? > > Why? > > >

Re: [Dhis2-users] [Dhis2-devs] WebAPI Bugs when filtering by level and ancestor

2017-07-27 Thread Mamadou Diao Diallo
Many thanks for all of you, I will just use the @Jason idea with path filter before to have a best way to handle it. Best Diao On Thu, Jul 27, 2017 at 8:26 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Seems to work as its documented (at least in some cases) > >

Re: [Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Lars Helge Øverland
Hi Jesus, the API endpoint should work. There are a few parameters which are mandatory: https://play.dhis2.org/demo/api/26/analytics/events/aggregate/eBAyeGv0exc.json?dimension=ou:ImspTQPwCqd=pe:LAST_4_QUARTERS=fWIAEtYVEGk=oZg33kd9taw=Zj7UnCAulEk=SHORTNAME=EVENT=vV9UWAZohSf=AVERAGE Have a look

Re: [Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Lars Helge Øverland
No worries. Lars On Thu, Jul 27, 2017 at 6:22 PM, Jesus Solano-Roman < asol...@broadinstitute.org> wrote: > Hi Lars. > > Thanks for the quick reply. This should fix it, my apologies for not > reading more carefully. > > > > *Antonio Solano-Roman* > > Data Visualization & User Experience Design

Re: [Dhis2-users] DHIS 2

2017-07-27 Thread Knut Staring
Not sure if this is still the case, but with older versions of DHIS2, selecting more than one orgunit would cause a lot of issues. I realise it is not easy to unselect when you cannot even see the tree, you could rectify this directly in the db. But before that, see if you have any errors in your

[Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Jesus Solano-Roman
Hello all. We've been trying to get the Event Analytics endpoint to work (e.g.:) *https://play.dhis2.org/dev/api/analytics/events * but we get a 404 error from the server. The same happens on our local installation of DHIS2. Is there a reason

Re: [Dhis2-users] Event analytics endpoint broken

2017-07-27 Thread Jesus Solano-Roman
Hi Lars.Thanks for the quick reply. This should fix it, my apologies for not reading more carefully.Antonio Solano-Roman   Data Visualization & User Experience Design Sabeti Lab - Broad Institute On Jul 27 2017, at 12:19 pm, Lars Helge Øverland