[Dhis2-users] Viewing Data Element Names when creating Indicators

2016-07-05 Thread Laura E. Lincks
Version:2.22 Build revision:22077 ​We noticed we can no longer resize the Edit numerator/denominator screen when creating indicator formulas. Note in the example how data element names are cut off. We've had to resort to changing the screen resolution in order to see the entirety of a data element

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Mark Polak
Hey Deepali, I added translations for options. Should be available in the latest .war file (after the build is complete [1]). If they show up in the dropdown in tracker i would not be able to say. You'd have to test it, or perhaps Abyot, Markus or Jiju could comment on this. There have been some

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Dipali Sahu
Thanks Mark.. One more question related to this..will the translated items show up (per locale and translation) in event and tracker forms. In 2.21 although we were able to translate the dropdown answers, the forms didn't show up the translated names for the dropdown answers and hence we had to cr

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SQL View - practical examples

2016-07-05 Thread Raminosoa Rabemanantsoa, Tantely
Thank you Michael. Regards, Tantely. On Tue, Jul 5, 2016 at 3:35 PM, Michael Mwebaze wrote: > Hi Tantely, > > Standard ANSI SQL can be executed easily with-in Sqlviews sub-module in > DHIS2. The link below should be helpful. > > http://dhis2.github.io/dhis2-docs/2.22/en/user/html/ch22s06.html

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SQL View - practical examples

2016-07-05 Thread Jason Pickering
SELECT uid,code,name from organisationunit where hierarchylevel <=6; On Tue, Jul 5, 2016 at 8:35 AM, Michael Mwebaze wrote: > Hi Tantely, > > Standard ANSI SQL can be executed easily with-in Sqlviews sub-module in > DHIS2. The link below should be helpful. > > http://dhis2.github.io/dhis2-docs

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SQL View - practical examples

2016-07-05 Thread Michael Mwebaze
Hi Tantely, Standard ANSI SQL can be executed easily with-in Sqlviews sub-module in DHIS2. The link below should be helpful. http://dhis2.github.io/dhis2-docs/2.22/en/user/html/ch22s06.html Regards, Michael On 5 July 2016 at 04:45, Raminosoa Rabemanantsoa, Tantely < tramino...@mikolo.org> wrot

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Alex Tumwesigye
Dear Lars, Please add the WHO RMNCH Tracker program to the standard user role for admin account. It will not be visible in the Tracker capture for demo purposes. I had to create my own user role with access to that program to see the system generated identifiers. Thanks. Alex On Tue, Jul 5, 201

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Alex Tumwesigye
Thanks Lars and Dev Team. Looking forward to test the data predictors!! Alex On Tue, Jul 5, 2016 at 12:27 PM, Elmarie Claasen wrote: > HI all, > > > > This looks exciting. > > Lars, can I ask if the reporting rates based on opening and closing dates > is also permeated to respect opening and c

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Elmarie Claasen
HI all, This looks exciting. Lars, can I ask if the reporting rates based on opening and closing dates is also permeated to respect opening and closing dates in other features within DHIS2 e.g. if you select a orgunitgroup as a denominator in an indicator does it only use open facilities for

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SQL View - practical examples

2016-07-05 Thread Raminosoa Rabemanantsoa, Tantely
Thank you Knut for your suggestion. Regards, Tantely. On Tue, Jul 5, 2016 at 10:53 AM, Knut Staring wrote: > Hi Raminosa, > > I think you should try to install Postgres locally on your laptop, which > would allow you to easily query the database using PgAdmin. > > Regards, > Knut > > On Tue, J

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.24 is released

2016-07-05 Thread Mark Polak
Hey Deepali, Thats my bad :) Will make sure it's available later today. (It should obviously have been there) On Tue, Jul 5, 2016 at 9:50 AM, Dipali Sahu wrote: > Hi > > Is translate feature for Options (dropdown answers) removed from 2.24? I > don't seem to find any button to translate dropdow

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SQL View - practical examples

2016-07-05 Thread Knut Staring
Hi Raminosa, I think you should try to install Postgres locally on your laptop, which would allow you to easily query the database using PgAdmin. Regards, Knut On Tue, Jul 5, 2016 at 9:13 AM, Raminosoa Rabemanantsoa, Tantely < tramino...@mikolo.org> wrote: > Hi All, > > > I am looking for a doc

Re: [Dhis2-users] dhis version 2.24 is released

2016-07-05 Thread Dipali Sahu
Hi Is translate feature for Options (dropdown answers) removed from 2.24? I don't seem to find any button to translate dropdown answers. I can translate the Option Set but NOT the options. Thank you Deepali International Medical Corps On Tue, Jul 5, 2016 at 2:04 AM, Lars Helge Øverland wrote:

[Dhis2-users] DHIS2 SQL View - practical examples

2016-07-05 Thread Raminosoa Rabemanantsoa, Tantely
Hi All, I am looking for a documentation of the use of the SQL syntax to run in SQL View (table names, field names specific to DHIS2 ). I have seen for example to query organization unit, we have to select from “ou” or to use “dv” to select the datavalues. I am planning to list all the uid, code