[Dhis2-devs] How do filters work in Enrolment program indicators?

2017-05-08 Thread Sam Johnson
Hi devs, Just a quick question around the operation of the enrolment indicators. I’m trying to do a program indicator which searches a repeatable program stage to see if one or more events include a specific data value (a test result). The catch is that the data value could be in any event, a

[Dhis2-devs] Running GIS plugin on html/javascript - map

2017-05-08 Thread Ramón José Jiménez Pomareta
Hello, I am trying to put a custom map in a web page. I experimented some issued and I decided to start doing the most basic case: an existing map. There's no errors on the webpage but the map doesn't appear on the div. Do you have any clue ? The samples on the web don't work neither.

[Dhis2-devs] Unable to delete data elements and programs

2017-05-08 Thread Davis, Kelly
Hi all, I am trying to delete a data element but receive the following error message: "Could not delete due to association with another object: TracledEntityDataValue." What does this mean? And how do I go about deleting the data element given this message? Also, I'm trying to delete a program

Re: [Dhis2-devs] [Dhis2-users] Unable to delete data elements and programs

2017-05-08 Thread Knut Staring
Hi Kelly, You cannot delete the data element because you already have data entered for it (specifically Tracker data). Regards, Knut On Mon, May 8, 2017 at 4:07 PM, Davis, Kelly wrote: > Hi all, > > > > I am trying to delete a data element but receive the following error > message: “Could not

Re: [Dhis2-devs] How do filters work in Enrolment program indicators?

2017-05-08 Thread Markus Bekken
Hi Sam, your suspicion is correct. In Enrollment program indicators you will always evaluate the newest value for each of the data elements within repeatable program stages - both for filters and expression. This means that for your use case you will have to use the event analyticstype. I thin

Re: [Dhis2-devs] [Dhis2-users] Unable to delete data elements and programs

2017-05-08 Thread Em Le Hong
Hi Davis, In order to delete program (with registration) and dataElements, first you need to delete all events and tracked entity instance belongs to that program. In addition, you also need to remove the program out of the userRole, then go to Data Administration module do maintenance task (Perma

[Dhis2-devs] SHOWING ONE TABLE WITH TWO OUs

2017-05-08 Thread Stanley Kalyati
Is it possible to do the following in DHIS2 and if anyone has done this before kindly assist. A number of clients are enrolled at Point A but not all of them access a service at Point B.Others access services at Point C and point D for example. I want to display a table showing all clients at Poi

[Dhis2-devs] DHIS 2.26 Events Web API lastUpdated is not respected

2017-05-08 Thread jhansirk
Hello DHIS-Devs, In DHIS 2.26, Events Web API is not respecting the lastUpdated params which was working till DHIS 2.25. This means that inspite of passing lastUpdated params to events API, it is returning all the events instead of returning only the events which have changed from the lastUpdat