[Dhis2-devs] Clarification needed - are deactivated TEI enrollments included in Program Indicators?

2017-02-07 Thread Calle Hedberg
Hi The user manual is not clear on this topic, partially because the nomenclature is mixed up - the term "deactivated" is used synonymously with "canceled". For me, "canceled" has a different intuitive meaning than deactivated, but both terms do not clearly convey if the data for all practical

Re: [Dhis2-devs] FW: Authorities in 2.25 (vs 2.22)

2017-02-07 Thread Lars Helge Øverland
Hi Sam, thanks for bringing this up. It is an issue we need to handle better. There is a trick to finding the complete set of authorities per version. - Start up a DHIS instance of the desired version. - Create a new user role, give it the name AAA, and select all available

Re: [Dhis2-devs] [Dhis2-users] Generate data output

2017-02-07 Thread Raminosoa Rabemanantsoa, Tantely
Dear Lars, Thank you for those new development that have been newly introduced which are interesting. So for version 2.24, if we output raw data through SQL View, is it possible to integrate the results into dashboards? Regards, Tantely On Tue, Feb 7, 2017 at 9:10 PM, Lars Helge Øverland

Re: [Dhis2-devs] About and Home Menu's hidden in the Pivot table

2017-02-07 Thread Jan Henrik Øverland
Hi Muturi, This is caused by a weakness in the ui framework, ExtJS 4. However it only happens when the option window (or any other Ext window) is taller than the whole browser window - and the option window is only about 600px tall so it should work in most cases. But a bit annoying if you have

[Dhis2-devs] About and Home Menu's hidden in the Pivot table

2017-02-07 Thread David Muturi
Hi Devs, Another UI issue is that the about and Home menu links get hidden within the pivot table once one clicks on options. The only solution for now is to reload the page. This is happening on both versions 2.25 and 2.26. I have attached a screenshot of the same. rgds David

Re: [Dhis2-devs] [Dhis2-users] Generate data output

2017-02-07 Thread Lars Helge Øverland
Hi Tantely, we introduced a new analytics web API resource in 2.26 for "raw" data which you might find interesting. Docs: https://docs.dhis2.org/master/en/developer/html/webapi_analytics.html#webapi_analytics_raw_data It follows the same syntax as the regular analytics resource (at

[Dhis2-devs] Generate data output

2017-02-07 Thread Raminosoa Rabemanantsoa, Tantely
Dear community, I would like to output data in a tabular format (data elements in columns, orgUnits and periods per row) at the lowest level of orgUnits. In which way should I do that as data in text format could not be displayed through pivot table? Thank you for your support! Regards.

Re: [Dhis2-devs] Visualizer issue

2017-02-07 Thread gerald thomas
Dear All. I am using version 2.25 war file, build revision 3de90a5. On 2/7/17, gerald thomas wrote: > Dear all, > On my local instance I am receiving an error. Please find the attached > print screen of the error. > -- Regards, Gerald

[Dhis2-devs] Connection between DHIS and particular Data Bases

2017-02-07 Thread usuario tecugi
*Hi all,* We want to touch base with you about: Is there any way to autocomplete textfields using a connection with a particular database. Example: We want to search using and typing an ID Number in a textfield in DHIS (Since someone born in Honduras then he/she is registred, all honduran has an

Re: [Dhis2-devs] API Field transformers are not working

2017-02-07 Thread Lars Helge Øverland
Hi Anil, the | is no longer supported in URLs by Tomcat. Please move over to using ~ instead. Lars On Tue, Feb 7, 2017 at 2:28 PM, Morten Olav Hansen wrote: > Hi Anil > > We are aware of this, and Jan is working on updating the apps (he was > waiting for a backport of mine

Re: [Dhis2-devs] [Dhis2-users] Error in GIS app DHIS2 2.26

2017-02-07 Thread Bjørn Sandvik
Hi Marc, Could you please test if the same error occurs on our demo instance also running 2.26: https://play.dhis2.org/demo/ ("Inpatient morbidity and mortality" and "Malaria case registration" programs contains event coordinates). I've not yet been able to reproduce the bug myself. If

Re: [Dhis2-devs] API Field transformers are not working

2017-02-07 Thread Morten Olav Hansen
Hi Anil We are aware of this, and Jan is working on updating the apps (he was waiting for a backport of mine to support both | and ~ in earlier versions of DHIS2). -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Tue, Feb 7, 2017 at 8:06 PM, Anilkumar

Re: [Dhis2-devs] Error in GIS app DHIS2 2.26

2017-02-07 Thread Marc Garnica
Code 500 Status: Internal Server Error Invalid format "01-02-2017" is malformed at "16" We are using DHIS2 2.26 build c086660 Thank you very much! Marc ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net

[Dhis2-devs] Error in GIS app DHIS2 2.26

2017-02-07 Thread Marc Garnica
Hi all, We are trying to map events in the GIS app with a Coordinates data element different from the Event default location coordinates. Eventhough we are entering the dates in the periods using the calendar dialog (see image). The system is complaining on a invalid date format. [image: Imatge

[Dhis2-devs] API Field transformers are not working

2017-02-07 Thread Anilkumar Kodi
Hi devs, We are using 2.25 DHIS version. Some of the dhis apis are throwing 400 when using | symbol but working fine when using ~ symbol. ex: /api/organisationUnits?fields=id,displayName|rename(name) As per 2.24 documentation the field transformers use *|* and 2.25 use *~ *symbol, but we see

Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-07 Thread gérard Bisama
Hi All, I just want to say that I have found the solution to my problem. The problem was that the function I called is an async fonction that return a Promise object. It is normal that I get the undefined response from the call. I ve used now the httpRequest object with a callback function to get

Re: [Dhis2-devs] Javascript cross domain access to DHIS2

2017-02-07 Thread James Chang
Thanks, Greg. I will give it, CORS white list, a try. : ) On Thu, Feb 2, 2017 at 8:55 PM, Greg Rowles wrote: > Hi James > > DHIS does allow cross domain access. A few things you need to preconfigure > include: > 1. CORS white list (under settings / access), add your