[Dhis2-devs] [Bug 1579300] [NEW] validation rule left side update

2016-05-06 Thread Thuy Nguyen
Public bug reported: When update the left side element of validation rule to 'never skip' and save it. The left side element automatically equal to right side element, and after that none of elements' expression can be changed any more. ** Affects: dhis2 Importance: Undecided

Re: [Dhis2-devs] [Dhis2-users] Error Deleting TEI with WebAPI in 2.22

2016-05-06 Thread Sam Kasozi
Hi Alex, That is what the error message suggests, I guess the underlying question was the how in light of the prescribed Json format: {"trackedEntityInstances": [ { "trackedEntityInstance": "ID1" }]} regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Fri, May 6, 2016 at 8:26 PM,

Re: [Dhis2-devs] [Dhis2-users] Error Deleting TEI with WebAPI in 2.22

2016-05-06 Thread Alex Tumwesigye
Dear Sam, Please specify trackedEntity in your json. Alex On Fri, May 6, 2016 at 5:49 PM, Sam Kasozi wrote: > I want to delete a TEI in 2.22 with the following details > (trackedEntity="XV3kldsZq0H" & trackedEntityInstance="an1MP0brTkC") using > > curl -X POST -d

[Dhis2-devs] Error Deleting TEI with WebAPI in 2.22

2016-05-06 Thread Sam Kasozi
I want to delete a TEI in 2.22 with the following details (trackedEntity="XV3kldsZq0H" & trackedEntityInstance="an1MP0brTkC") using curl -X POST -d "{\"trackedEntityInstances\": [{\"trackedEntityInstance\":\"an1MP0brTkC\"}]}" -H "Content-Type: application/json" -u sam:*** "https:// ...

Re: [Dhis2-devs] [Dhis2-users] Digit group separator in pivot table - what should the default value be?

2016-05-06 Thread Lars Helge Øverland
Hi there, many thanks for all the feedback and the votes. The feedback clearly tells that there are multiple needs / views out there, and that having this configurable per system is desired. So we will turn this into a system setting for 2.24. Issues:

Re: [Dhis2-devs] [Dhis2-users] Program data into dataset

2016-05-06 Thread Pamod Amarakoon
Dear Lars, Making aggregated event data available on the fly in data set report would certainly be a useful tool especially when maintaining monitoring and evaluation forms for tracker activities. Thank you On Fri, May 6, 2016 at 6:35 PM, Lars Helge Øverland wrote: > Hi

Re: [Dhis2-devs] [Dhis2-users] Program data into dataset

2016-05-06 Thread Lars Helge Øverland
Hi Pramil, you can retrieve aggregated event data from the analytics api. http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s32.html Excerpt from the docs: To query for program data elements (of tracker domain type) you can get those by specifying the program for each data

[Dhis2-devs] Program Indicators: Legend Sets Association not rendering in Event Report

2016-05-06 Thread Busoye Anifalaje
Hi devs, I associated a legend set to a Program Indicator but this does not render in event reports. Is this supported? If not, are their plans to support this functionality. It is quite critical to one of our implementation projects. To replicate on the demo server 1) Add a legend set to

[Dhis2-devs] Data Element Creation in v2.23

2016-05-06 Thread Timothy Harding
Hello Devs! So it looks like we can no longer select a disaggregation type when creating a "Tracker" data element (was possible in 2.22 last time I checked) so Awesome!. My concern is the UI doesn't do much to show that those elements are not needed, they still have the required **s and still

[Dhis2-devs] An issue in the GIS map plug-in - legendSet id

2016-05-06 Thread Chameera Mirihella
Hello team, We try to embed a map with the GIS map plug-in as explained in this article. http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s29.html#d5e3740 system version is DHIS 2.21 everything works fine other than this legendSet object in mapViews property. when we include

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-06 Thread Srikanth Katta
Hi Lars, Could you please let us know if there is any plan of extending the *event reports api* for fetching data for 2.24 release. Please let us know your roadmap to support this functionality. Thanks, Srikanth On Mon, May 2, 2016 at 6:19 PM, Srikanth Katta wrote: