Re: [Dhis2-devs] [Dhis2-users] Error message : Form is invalid. Please checkforrequired fields.

2017-02-10 Thread Abyot Asalefew Gizaw
Hi Timothy, Are you sure all the required data elements are part of the custom form? That was not the case with the db you sent to me. Can you check this without the custom form? -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http://www.dhis2.org On Fri, Feb 10, 2017 at 6:46 AM, T

Re: [Dhis2-devs] Tracker Design - why are there no COMMENT field for TEIattributeValue and TEIdataValue?

2017-02-10 Thread Abyot Asalefew Gizaw
Hi Calle, Though not per data value, we do have support for comment per event and also per enrollment. -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http://www.dhis2.org On Thu, Feb 9, 2017 at 5:01 PM, Calle Hedberg wrote: > Hi > > One design feature for DHIS aggregated data tha

Re: [Dhis2-devs] Tracker Design - why are there no COMMENT field for TEIattributeValue and TEIdataValue?

2017-02-10 Thread Calle Hedberg
Abyot, Sure, I know that - I'm just interested in why the comment field wasn't included per data value as it is for aggregated data. Was it a deliberate choice? Or simply that nobody thought about it at the time? I'm thinking of writing a JIRA issue for it, but would like to know if there are/were

Re: [Dhis2-devs] Tracker Design - why are there no COMMENT field for TEIattributeValue and TEIdataValue?

2017-02-10 Thread Abyot Asalefew Gizaw
We have thought about that. The argument back then was, the atomicity in tracker is not data value rather the event / visit. Not sure how it makes sense to comment and latter interpret the age, gender, address,... (and of course other services provided) of an individual. The assumption is to have

[Dhis2-devs] Block a dataset just same period

2017-02-10 Thread Carlos Nyembwe
Dear all Hello, I have a problem in our process for implementing a new system but, a problem is, we need to block the period after 2016 to give just access for 2017 Is it possible to do that? Thanks -- *Carlos Nyembwe* *I'm just a Computer Scientist* *Skype: carloscnk1* *Cell: (+243)813166381

[Dhis2-devs] View Access to Tracker Capture

2017-02-10 Thread Pamod Amarakoon
Hi, Is it possible to only provide a user role view access to tracker capture without providing the ability to edit or delete event data. It seems that Add/Update Tracked Entity Data Value access has to be provided to view the tracked entity dash board on 2.24 -- Regards, Pamod Confidentiality

Re: [Dhis2-devs] Block a dataset just same period

2017-02-10 Thread JM Alcantara
Hello Carlos Can you provide a little more information? Is this for a data set? Is the period annual? In that case you can the value of expiry days and open future periods for data entry to 1. JM > El 10/02/2017, a las 08:41, Carlos Nyembwe escribió: > > Dear all > > Hello, I have a problem i

[Dhis2-devs] How to find all Indicators that use a specific DataElement via the API?

2017-02-10 Thread Lorill Crees
Hi, What is the best way to find all Indicators that use a specific DataElement? Do I have to search for the id in the numerator and denominator strings like this, or is there a better way? /api/25/indicators?filter=numerator:like:HifxrAyx4sO /api/25/indicators?filter=denominator:like:HifxrAyx4sO