[Dhis2-users] Scripting in aggregate custom forms

2017-05-25 Thread Guy Ekani
Hello team, i will like to script into a custom aggregate form, so that i can inform users that they leave some dataelements empty (without values) before completing the form. Please Anyone with a custom form like this one , kindly share. Thanks and regards, -- = EKANI

Re: [Dhis2-users] [Dhis2-devs] Setting "zeroissignificant" column from csv file import does not work -- DHIS2 2.25

2017-05-25 Thread Raminosoa Rabemanantsoa, Tantely
Dear Alex, Thank you for your suggestion! While trying to run the SQL script I get the following error message: "SQL query contains illegal keywords" when bringing the "zeroissignificant" field name in the script, even closing it between brackets. Here it is: update dataelement set

Re: [Dhis2-users] [Dhis2-devs] Setting "zeroissignificant" column from csv file import does not work -- DHIS2 2.25

2017-05-25 Thread Alex Tumwesigye
Dear Raminosoa, U can update the dataelement table directly and set the zeroissignificant to true for all after update for dataelement created that day. Then go to data administration->maintenance and the clear application cache. That works too. Sql script looks like Update dataelement set

[Dhis2-users] Setting "zeroissignificant" column from csv file import does not work -- DHIS2 2.25

2017-05-25 Thread Raminosoa Rabemanantsoa, Tantely
Dear DHIS2 community, When doing data elements upload from csv file (both add new or edit existing) we are using the following csv file structure: *Name, uid, code, shortname, description, formname, domaintype, valuetype, aggregationtype, **zeroissignificant* The last field is set to *true*

Re: [Dhis2-users] Anyone who knows a version of Android Tracker that support relationships

2017-05-25 Thread Stanley Kalyati
I would love to learn this as well. Stanley On May 25, 2017 8:00 PM, "Prosper BT" wrote: > Dear Team, > > The latest version of Android tracker capture on google play doesn't > support relationships (Creating and editing). I have been trying different > versions but no luck,

[Dhis2-users] Anyone who knows a version of Android Tracker that support relationships

2017-05-25 Thread Prosper BT
Dear Team, The latest version of Android tracker capture on google play doesn't support relationships (Creating and editing). I have been trying different versions but no luck, anyone using a version where this is supported? Regards Prosper Behumbiize, MPH DHIS2 Implementation| HISP Uganda

Re: [Dhis2-users] upgrade

2017-05-25 Thread Em Le Hong
Hi, In order to upgrade from 2.20 to the latest release 2.26, you can do these steps below: 1. Backup your current database, if you have some error when upgrading, you can restore it. 2. Read the upgrade notes on https://www.dhis2.org/downloads carefully, some version you need to execute

Re: [Dhis2-users] upgrade

2017-05-25 Thread Knut Staring
Forwarding to user list On May 25, 2017 6:24 PM, "Mohamed Elkhou" wrote: Dear Sir, I would like you please to provide me with the steps to follow in order to upgrade from 2.20 to the latest version. I am using DHIS2 locally on my computer. Thank you Best regards Mohamed

Re: [Dhis2-users] Difficulties with the Program Indicators

2017-05-25 Thread Shurajit Dutta
Hi Julie Sorry did you get this fixed? I believe it may have to do with your code of 0 as dhis2 reserves 0 for no type values. So that option code may not be ready correctly in he filter. Instead of 0 I typically use 99. On May 19, 2017 5:00 PM, "Julie Vanhamme" wrote: >