[Dhis2-devs] Bug - Pivot is not loading when deselect "Show column totals" under the Table Options

2017-07-26 Thread Elmarie Claasen
Hi all, Please note we reported a bug on Jira for Pivot is not loading when deselect "Show column totals" under the Table Options We would appreciate a fix to this as it is fairly serious problem for our users. . Regards, *Elmarie Claasen* [image: Hisp logo] Project Manager Health Infor

[Dhis2-devs] ISSUE with DHIS2 version 2.27

2017-07-26 Thread Omer Butt
Aoa Sir, In DHIS 2 version 2.27 Software while using Tabular Tracker Capture (TTC) App, face this issue. Image : That Issue also Occur in your demo link : https://play.dhis2.org/demo/api/apps/tabular-tracker-capture-220/index.html Kindly Resolve it or guiding a way how to

Re: [Dhis2-devs] ISSUE with DHIS2 version 2.27

2017-07-26 Thread Knut Staring
Yes, unfortunately this app is currently only compatible with 2.25. We hope to be able to update it to the newer versions soon. Knut On Wed, Jul 26, 2017 at 11:24 AM, Omer Butt wrote: > Aoa Sir, > > > > In DHIS 2 version 2.27 Software while using Tabular Tracker Capture (TTC) > App, face this

[Dhis2-devs] SQL query contains references to protected tables error

2017-07-26 Thread Pooben Dass
I'm trying to create a SQL view in dhis 2.27 but I keeping receiving this error SQL query contains references to protected tables? Any idea why as I was able to create the view in dhis 2.25 previously and how can i recreate it Here is my select SELECT trackedentityattributevalue.value AS "Syst

Re: [Dhis2-devs] SQL query contains references to protected tables error

2017-07-26 Thread Jason Pickering
Hi Pooben, I suspect (but not sure) this has to do with a change made here https://github.com/dhis2/dhis2-core/commit/5e1cc7c7820950f6540e8e2f1c465ac321e26045 which strips newline characters from SQL queries. This was a weakness which was corrected. The "Trackedentity" tables are considered to

[Dhis2-devs] we're hiring - software engineers

2017-07-26 Thread Lars Helge Ă˜verland
Hi all, the DHIS 2 team is looking for new software engineers to join our team. If you are a developer or know someone who might be interested, have a look at our openings here: https://www.dhis2.org/careers regards, Lars -- Lars Helge Ă˜verland Lead developer, DHIS 2 University of Oslo S

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

2017-07-26 Thread Mamadou Diao Diallo
Hi Devs, I'm currently using dhis2 API to develop an App, but I have some troubles when I filter by *level* and *ancestor* in the same time. To clarify: *Everything is ok with this one :* URL/api/25/organisationUnits.json?filter=level:eq:'+level+'&fields=[id,displayName] *But by adding an

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

2017-07-26 Thread Morten Olav Hansen
Hi Mamadou Could you please report a bug to JIRA? jira.dhis2.org -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Wed, Jul 26, 2017 at 11:52 PM, Mamadou Diao Diallo < diao_dia...@gn.jsi.com> wrote: > Hi Devs, > > I'm currently using dhis2 API to develop