[Dhis2-users] Dataset report not showing proper breakdown.

2014-09-01 Thread Kiran Prakash
Hello All, We are running on 2.17 Snapshot (not in sync with trunk , some intermediate revision ). And we are facing this issue while pulling Dataset reports. We are not seeing the numbesr for the breakdown of the category options, but only for category option combos. I've done an analytics expo

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Pamod Amarakoon
Hi, Thanks a lot. In fact I'm a medical doctor and have limited knowledhe in Javascript. I managed to get it done with following javascript I created. height enterd in cm and weight in kg. function updateBMI() { var ht = document.getElementById("HeightID-val").value; var wt = document.getEleme

Re: [Dhis2-users] Multiple active events exist for single event no registration program

2014-09-01 Thread Marko David Garcia
Thank you very much. It Works !!! 2014-09-01 3:02 GMT-05:00 Tran Chau : > Hi Marko, > > Can you run the statement below to test if the single event no > registration you were using has more than 1 active instance? > > *select * * > *FROM programinstance pi INNER JOIN program p * > * on pi.pr

Re: [Dhis2-users] [Dhis2-devs] IMPORTANT: Vulnerability discovered in DHIS2 version 2.16 and some versions of trunk.

2014-09-01 Thread Dapo Adejumo
Thanks Jason for the critical info – had a funny feeling seeing hazelcast opening port 5701 in the 2.16 logs . Look forward to the green light on upgrade to 2.16. ……… Regards, Dapo Adejumo +2348033683677 Skype : dapojorge From: Dhis2-devs [mailto:dhis2-devs-bounces+dapo_

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Ngoc Thanh Nguyen
yes you can use custom data entry form and add some js script like onchange event on weight and height. the event handler should then calculate the bmi and update the text field bmi. do you have any technical person to do this? if not give me your account i can help On Sep 2, 2014 12:26 AM, "Pamo

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Pamod Amarakoon
I'd like to add something to this. For example, if we have a data entry form (BMI) for a program stage if we have height and weight input boxes/data elements is there a way to calculate BMI? is it only possible by using javascript/webapp On Mon, Sep 1, 2014 at 10:21 PM, Ngoc Thanh Nguyen < thanh

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Ngoc Thanh Nguyen
Hi I believe the calculated data value (now as indicator) can only be seen after an aggregation is run. In addition, in some forms in some countries like VN, auto-calculated data elements some time can be input by users. In VN, we use Javascript to achieve this. However, it is quite complicated.

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Robin Martens
Hi Jason, I'm not sure if indicators can do the trick as: 1. They're not usable in data entry forms for tracked data; 2. They're not usable for further indicator calculation when used in data entry forms for aggregated data. (It is not possible to use indicators in the calculation

Re: [Dhis2-users] [Dhis2-devs] Auto-calculated data in entry forms

2014-09-01 Thread Jason Pickering
Hi Robin, You can simply use an indicator to do this. In case you have not seen it, we have extensive documentation on the use of indicators here https://www.dhis2.org/doc/snapshot/en/user/html/ch13.html#indicator_maintenance It should also be possible to calculate the value from other data, no

[Dhis2-users] Auto-calculated data in entry forms

2014-09-01 Thread Robin Martens
Dear all, Does anyone know if there's a way to have auto-calculated fields in data entry forms? This auto-calculated field would then be available for further reporting and indicator calculation (i.e. it is a data element calculated based on other data elements in the same entry form). Actuall

[Dhis2-users] IMPORTANT: Vulnerability discovered in DHIS2 version 2.16 and some versions of trunk.

2014-09-01 Thread Jason Pickering
A potentially serious vulnerability of DHIS2 has been discovered by members of the core development team this afternoon (2014-09-01). The development team is working on a permanent solution for this, but in the meantime, all users of DHIS2 are advised to review their system for potential vulnerabil

Re: [Dhis2-users] road map

2014-09-01 Thread Robin Martens
Hi Lars, Thanks for the transparency in the future development of DHIS2. About the "seamless integration of event and routine data", does it mean the aggregation query module will be obsolete and replaced by a new system? If so, what level of complexity will be available for the new query syste

Re: [Dhis2-users] [Dhis2-devs] FW: Problem generating reporting & analytics tables. (dhis 2.16)

2014-09-01 Thread Lars Helge Øverland
Great. On Sep 1, 2014 10:52 AM, "Maheed Ramadan" wrote: > Hi Lars, > > > > Yes, it is working now after installing the latest version of 2.16. no > more “time zone errors”. > > > > Thank you guys. > > > > Maheed > > > > > > *From:* Dhis2-devs [mailto:dhis2-devs-bounces+maheed.ramadan= > nrc...@l

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread Bob Jolliffe
You also do need to configure email under dhis2 system settings so that it can deliver mail to these email addresses. On 1 September 2014 10:23, Jason Pickering wrote: > This needs to be configured for each and every user, as this settting is > specific to each user, if I understand you correct

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread Jason Pickering
This needs to be configured for each and every user, as this settting is specific to each user, if I understand you correctly. Best regards, Jason On Mon, Sep 1, 2014 at 11:17 AM, wrote: > OK, I enabled already. so we need configure other? > > thank you > channara > > *From:* Jason Pickering

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread rin.channara
OK, I enabled already. so we need configure other? thank you channara From: Jason Pickering Sent: ‎Monday‎, ‎September‎ ‎01‎, ‎2014 ‎4‎:‎15‎ ‎Evening To: channara rin Cc: DHIS 2 Developers list, DHIS 2 Users list Then the user needs to set their personal email, and message delivery nee

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread Jason Pickering
Then the user needs to set their personal email, and message delivery needs to be enabled via email in their settings. Regards, Jason On Mon, Sep 1, 2014 at 11:11 AM, wrote: > YES, that function just send mail for using inside DHIS2. but doesn’t > send to personal Email. > > *From:* Jason P

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread rin.channara
YES, that function just send mail for using inside DHIS2. but doesn’t send to personal Email. From: Jason Pickering Sent: ‎Monday‎, ‎September‎ ‎01‎, ‎2014 ‎3‎:‎54‎ ‎Evening To: channara rin Cc: DHIS 2 Developers list, DHIS 2 Users list Just be sure "Send notification to completing user

Re: [Dhis2-users] [Dhis2-devs] Email in user account

2014-09-01 Thread Jason Pickering
Just be sure "Send notification to completing user" is set to "Yes" in the dataset. Regards, Jason On Mon, Sep 1, 2014 at 10:20 AM, wrote: > Hi all, > I wonder, The “Email” in user account when we registered, Can the DHIS2 > can send Email notification to those Email after they entry data in

Re: [Dhis2-users] [Dhis2-devs] FW: Problem generating reporting & analytics tables. (dhis 2.16)

2014-09-01 Thread Maheed Ramadan
Hi Lars, Yes, it is working now after installing the latest version of 2.16. no more “time zone errors”. Thank you guys. Maheed From: Dhis2-devs [mailto:dhis2-devs-bounces+maheed.ramadan=nrc...@lists.launchpad.net] On Behalf Of Lars Helge Øverland Sent: Monday, September 01, 2014 11:08 AM T

[Dhis2-users] Email in user account

2014-09-01 Thread rin.channara
Hi all, I wonder, The “Email” in user account when we registered, Can the DHIS2 can send Email notification to those Email after they entry data in dataset? Thank you CHANNARA___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-

Re: [Dhis2-users] [Dhis2-devs] FW: Problem generating reporting & analytics tables. (dhis 2.16)

2014-09-01 Thread Lars Helge Øverland
Hi Maheeed, Let us know if it works as expected on your side.. regards, Lars On Sep 1, 2014 9:31 AM, "Knut Staring" wrote: > Hi, Morten has now fixed this in the latest 2.16, you can find it here: > > https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web

Re: [Dhis2-users] Multiple active events exist for single event no registration program

2014-09-01 Thread Tran Chau
Hi Marko, Can you run the statement below to test if the single event no registration you were using has more than 1 active instance? *select * * *FROM programinstance pi INNER JOIN program p * * on pi.programid=p.programid where p.uid='xxx'* In which, *xxx *is your program uid. You can get ui

Re: [Dhis2-users] [Dhis2-devs] Relative Periods in Pivot Tables & reports

2014-09-01 Thread Maheed Ramadan
Hi Knut, I appreciate your feedback on this. I guess it will make no harm to implement the quick solution by adding the 24 & 36 months options. Also, adding more fixed options will be good, like: 1- “last 8 quarters” & “last 16 quarters”. 2- “last 4 six-months” & “last 6 six-months”

Re: [Dhis2-users] [Dhis2-devs] FW: Problem generating reporting & analytics tables. (dhis 2.16)

2014-09-01 Thread Knut Staring
Hi, Morten has now fixed this in the latest 2.16, you can find it here: https://apps.dhis2.org/ci/job/dhis-2.16/lastSuccessfulBuild/artifact/dhis-2/dhis-web/dhis-web-portal/target/dhis.war Knut On Wed, Aug 20, 2014 at 12:20 PM, Morten Olav Hansen wrote: > Ok, good to hear that. I'm sorry, but i