Re: [Dhis2-devs] [Dhis2-users] Dashboard sharing access rights (again!)

2017-04-11 Thread Antonia - Pro
We have the same problem (v.26). It is very uncomfortable. You never know how you'll find the statistics that you have prepared for the authorities on the Dashboards. You have to constantly monitor them and change them on the fly. Please, correct this bug of the Dashboard sharing access rights. -

[Dhis2-devs] ANDROID TRACKER CAPTURE NOT SYNCHING WITH DHIS2

2017-04-11 Thread Stanley Kalyati
Am using DHIS2 2.25 latest build.Until this weekend wheneven i enrolled a tracked entity in my program i would instantly find the client on my android app where i would then enter data in the stages outline. But us of today,all those enrolled in the program can not be found when i search using the

Re: [Dhis2-devs] [Dhis2-users] ANDROID TRACKER CAPTURE NOT SYNCHING WITH DHIS2

2017-04-11 Thread Seth Okeyo
Hello Stanley, I experienced the same especially when my server was disconnected from the internet for long hours. Try clearing your browsing data from the server side, I hope you are using Google chrome. It will be fine. Regards Seth Okeyo| Data Management Officer Drugs for Neglected Diseases

[Dhis2-devs] Analytics - indicators with null vs 0

2017-04-11 Thread Olav Poppe
Hi, I’m seeing some strange behaviour in analytics result with regards to «null» vs 0 results. This is in 2.24. I have some indicators which are the sum of 1, 2 or more data elements. Zero is significant in this case, so zero value storage for data elements is enabled. For these indicators, I n

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Harivola RANDRIANJAFY
Tantely, Below the SQL View : SELECT "public".users.username, "public".userinfo.surname, "public".userinfo.firstname, "public".userinfo.email, "public".userinfo.phonenumber, "public".users.lastlogin, "public".users.created, "public".users.disabled, "public".userrole."name", "public"

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Jason Pickering
Hi there. We have had enough security problems lately, It may not be a good idea to encourage even more of them. This is a "good" way around the security attempts which have put in place, but its a very bad idea to have this table as an SQL view. This was the entire reason of why we attempted to p

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Raminosoa Rabemanantsoa, Tantely
Hi Jason, If I would like to bypass this SQL scripts and use the Web API as you already proposed, how could we write the Web API in order to pull out a list of the following informations from the users: username,surname, firstname, email, phonenumber, lastlogin, created, disabled, user role, user

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Raminosoa Rabemanantsoa, Tantely
Ok, thanks. I have to get my feet wet with this method! I will try to adapt this syntax with our case. Regards, Tantely. On Tue, Apr 11, 2017 at 4:52 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Maybe > > https://play.dhis2.org/dev/api/users?fields=firstName, > surname,email,user

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Jason Pickering
Maybe https://play.dhis2.org/dev/api/users?fields=firstName,surname,email,userCredentials[username,lastLogin,created,disabled,userRoles[id,name]],organisationUnits[id,name]&paging=false Regards, Jason On Tue, Apr 11, 2017 at 3:46 PM, Raminosoa Rabemanantsoa, Tantely < tramino...@mikolo.org> wr

[Dhis2-devs] Google Analytics support on DHIS 2 v.2.26

2017-04-11 Thread Antonia - Pro
Hi there, I try to use Google Analytics UA (Universal Analytics) Key: UA-97xx-3 on my instance - DHIS 2 v.2.26, System > Server > Google Analytics (Universal Analytics) Key: [image: Immagine incorporata 2] I try to write: 1. only the Key name: *UA-97xx-3* 2. with quotation marks: *'**UA-

Re: [Dhis2-devs] [Dhis2-users] DHIS2 users list from SQL View

2017-04-11 Thread Jason Pickering
This is really the only way to get it, since users can have multiple user roles and organisation units, which would not be able to be properly represented in a flat CSV list anyway! Regards, Jason On Tue, Apr 11, 2017 at 4:01 PM, Raminosoa Rabemanantsoa, Tantely < tramino...@mikolo.org> wrote: