Re: [Dhis2-users] SUMMING UP TWO PROGRAM INDICATOR RESULTS

2017-10-12 Thread Shurajit Dutta
Hi Stanley

You can combine program indicators in the routine indicators app in
maintenance

[image: Inline image 1]

Nick

On Thu, Oct 12, 2017 at 11:54 AM, Stanley Kalyati 
wrote:

> Can anyone help how one can sum the results of two program indicators into
> another new program indicator?
>
> ie Program Indicator A + Program Indicator 2= Program Indicator 3
>
> Thank you all
>
> Stanley
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Shurajit Dutta
Health Information Consultant
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] SUMMING UP TWO PROGRAM INDICATOR RESULTS

2017-10-12 Thread Stanley Kalyati
Can anyone help how one can sum the results of two program indicators into
another new program indicator?

ie Program Indicator A + Program Indicator 2= Program Indicator 3

Thank you all

Stanley
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Import of a new event (not from another instance)

2017-10-12 Thread Terence Scott
Hi Calle

Thank you for the advice. The way in which we plan on using it would be for
regular import in the system from the devices that we have made. Therefore,
small datasets (a few hundred records at most) would be imported on a daily
or weekly basis.

Kind regards,
Terence

Terence Scott

Global Alliance for Rabies Control (GARC)
Pan-African Rabies Control Network (PARACON) Steering Committee
terence.sc...@rabiesalliance.org
https://paracon.rabiesalliance.org
Skype: tpscott1987




On Thu, Oct 12, 2017 at 3:27 PM, Calle Hedberg 
wrote:

> Terence,
>
> It definitely works to generate event UIDs using one of the methods above
> - just be aware that the import is very slow for larger record sets.
>
> I just imported around 2.4 mill events from 2001-2012 (with around 12
> values each), and ended up having to import year by year - it still took 3
> full days to import (i.e. around 40 hours). So the smart thing would be to
> (a) ensure you have a lot of ram allocated to the instance (~16GB is
> probably optimal), but also to limit the import file to not more than 2
> mill rows.
>
> Regards
> Calle
>
> On 12 October 2017 at 10:47, Terence Scott  org> wrote:
>
>> Hi Morten
>>
>> Thank you for the help! I will try these and see whether I can get it to
>> work!
>>
>> Kind regards,
>> Terence
>>
>> Terence Scott
>>
>> Global Alliance for Rabies Control (GARC)
>> Pan-African Rabies Control Network (PARACON) Steering Committee
>> terence.sc...@rabiesalliance.org
>> https://paracon.rabiesalliance.org
>> Skype: tpscott1987
>>
>>
>>
>>
>> On Wed, Oct 11, 2017 at 1:32 PM, Morten Olav Hansen 
>> wrote:
>>
>>> Hi there
>>>
>>> Sending in event IDs is not required, but its definitely recommended if
>>> you want do repeated imports (good to have a unique id connected to your
>>> event so that you don't end up with duplicates)
>>>
>>> We offer a few options to generate UIDs:
>>>
>>> 1) Using the web-api /api/system/id (you can add limit=X to adjust how
>>> many you need)
>>> 2) Install the dhis2 cli (npm -g install dhis2-cli) and then just do
>>> "dhis2 uid", or "dhis2 uid -h" to get more help
>>> 3) if you are nodejs directly you can also use the dhis2-uid lib for
>>> generating uids (npm --save install dhis2-uid)
>>>
>>> https://www.npmjs.com/package/dhis2-cli
>>> https://www.npmjs.com/package/dhis2-uid
>>>
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Wed, Oct 11, 2017 at 1:21 PM, Terence Scott <
>>> terence.sc...@rabiesalliance.org> wrote:
>>>
 Dear All

 We have collected animal vaccination data (including GPS coordinates,
 time, date, species etc.) in a custom developed program and have a CSV
 output for this program. We are looking to try to import the data from the
 custom-built programme into our DHIS2 instance via Event import. I have
 gotten the import to work on Event export files that I have edited with new
 animal data (e.g. by changing the species) and this works, as it simply
 updates the old event (based on the event ID). However, we would like to
 import these data as new events as opposed to simply replacing existing
 events currently on the system.

 Therefore, I would like to please find out as to whether it is possible
 to do one of the following:

 1) Do an event import without an Event ID (i.e. register a new event on
 the DHIS2 instance via Event import)
 - I have looked through the documentation but am unable to find out
 whetherthis is possible
 - In the Developer Docs, it seems to mention that import using XML
 does notrequire an Event ID, but I have not managed to
 determine whether I am  misinterpreting this or whether I
 simply do not know how to do it.

 2) Generate our own Event IDs in our custom-built programme that will
 be recognised by the DHIS2 instance.
 - Is there some way by which the Event IDs could be automatically
 generated  outside of the DHIS2 instance (in our programme) so that
 new events can be  imported into the instance?

 Please let me know if you need any further clarification. I would
 really appreciate any help that you could provide!

 Kind regards,
 Terence


 Terence Scott

 Global Alliance for Rabies Control (GARC)
 Pan-African Rabies Control Network (PARACON) Steering Committee
 terence.sc...@rabiesalliance.org
 https://paracon.rabiesalliance.org
 Skype: tpscott1987




 ___
 Mailing list: https://launchpad.net/~dhis2-users
 Post to : dhis2-users@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-users
 More help   : https://help.launchpad.net/ListHelp


>>>
>>
>> 

[Dhis2-users] Program rules not working on Tracker capture Android application

2017-10-12 Thread abhishek addepally
Hi,

I'm trying to implement program rules to assign a value for a data element.
This works fine on the tracker capture web app, but unable to get it on the
mobile. The documentation mentions that this feature is supported on the
mobile app.

Please suggest if there is any special setting which needs to be enabled to
access this on the mobile application or if I'm missing anything.

-Siva
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] Import of a new event (not from another instance)

2017-10-12 Thread Calle Hedberg
Terence,

It definitely works to generate event UIDs using one of the methods above -
just be aware that the import is very slow for larger record sets.

I just imported around 2.4 mill events from 2001-2012 (with around 12
values each), and ended up having to import year by year - it still took 3
full days to import (i.e. around 40 hours). So the smart thing would be to
(a) ensure you have a lot of ram allocated to the instance (~16GB is
probably optimal), but also to limit the import file to not more than 2
mill rows.

Regards
Calle

On 12 October 2017 at 10:47, Terence Scott  wrote:

> Hi Morten
>
> Thank you for the help! I will try these and see whether I can get it to
> work!
>
> Kind regards,
> Terence
>
> Terence Scott
>
> Global Alliance for Rabies Control (GARC)
> Pan-African Rabies Control Network (PARACON) Steering Committee
> terence.sc...@rabiesalliance.org
> https://paracon.rabiesalliance.org
> Skype: tpscott1987
>
>
>
>
> On Wed, Oct 11, 2017 at 1:32 PM, Morten Olav Hansen 
> wrote:
>
>> Hi there
>>
>> Sending in event IDs is not required, but its definitely recommended if
>> you want do repeated imports (good to have a unique id connected to your
>> event so that you don't end up with duplicates)
>>
>> We offer a few options to generate UIDs:
>>
>> 1) Using the web-api /api/system/id (you can add limit=X to adjust how
>> many you need)
>> 2) Install the dhis2 cli (npm -g install dhis2-cli) and then just do
>> "dhis2 uid", or "dhis2 uid -h" to get more help
>> 3) if you are nodejs directly you can also use the dhis2-uid lib for
>> generating uids (npm --save install dhis2-uid)
>>
>> https://www.npmjs.com/package/dhis2-cli
>> https://www.npmjs.com/package/dhis2-uid
>>
>> --
>> Morten Olav Hansen
>> Senior Engineer, DHIS 2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Wed, Oct 11, 2017 at 1:21 PM, Terence Scott <
>> terence.sc...@rabiesalliance.org> wrote:
>>
>>> Dear All
>>>
>>> We have collected animal vaccination data (including GPS coordinates,
>>> time, date, species etc.) in a custom developed program and have a CSV
>>> output for this program. We are looking to try to import the data from the
>>> custom-built programme into our DHIS2 instance via Event import. I have
>>> gotten the import to work on Event export files that I have edited with new
>>> animal data (e.g. by changing the species) and this works, as it simply
>>> updates the old event (based on the event ID). However, we would like to
>>> import these data as new events as opposed to simply replacing existing
>>> events currently on the system.
>>>
>>> Therefore, I would like to please find out as to whether it is possible
>>> to do one of the following:
>>>
>>> 1) Do an event import without an Event ID (i.e. register a new event on
>>> the DHIS2 instance via Event import)
>>> - I have looked through the documentation but am unable to find out
>>> whetherthis is possible
>>> - In the Developer Docs, it seems to mention that import using XML
>>> does notrequire an Event ID, but I have not managed to
>>> determine whether I am  misinterpreting this or whether I
>>> simply do not know how to do it.
>>>
>>> 2) Generate our own Event IDs in our custom-built programme that will be
>>> recognised by the DHIS2 instance.
>>> - Is there some way by which the Event IDs could be automatically
>>> generated  outside of the DHIS2 instance (in our programme) so that
>>> new events can be  imported into the instance?
>>>
>>> Please let me know if you need any further clarification. I would really
>>> appreciate any help that you could provide!
>>>
>>> Kind regards,
>>> Terence
>>>
>>>
>>> Terence Scott
>>>
>>> Global Alliance for Rabies Control (GARC)
>>> Pan-African Rabies Control Network (PARACON) Steering Committee
>>> terence.sc...@rabiesalliance.org
>>> https://paracon.rabiesalliance.org
>>> Skype: tpscott1987
>>>
>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 

***

Calle Hedberg

46D Alma Road, 7700 Rosebank, SOUTH AFRICA

Tel/fax (home): +27-21-685-6472

Cell: +27-82-853-5352

Iridium SatPhone: +8816-315-19119

Email: calle.hedb...@gmail.com

Skype: calle_hedberg

***
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : 

Re: [Dhis2-users] dhis version 2.28 is out

2017-10-12 Thread Greg Rowles
Thank you team! Some great enhancements, especially on pivot tables. Who
can provide input on the chosen regression methods now used in visualizer?

On Thu, Oct 12, 2017 at 9:59 AM, riddy ndoma  wrote:

> Great!
> ThanksTeam!
>
> 2017-10-11 20:14 GMT+01:00 Kamugunga Adolphe :
>
>> Thanks Lars and Team
>>
>> Adolphe
>>
>> *Adolphe Kamugunga*
>> *MIS Technical Advisor*
>> Mobile: +250 788 740 578 <+250%20788%20740%20578>
>> Email:kaa...@gmail.com
>> Skype: ka.adolphe
>>  RWANDA
>>
>>
>> On 11 October 2017 at 18:56, Lars Helge Øverland  wrote:
>>
>>> Hi all,
>>>
>>> DHIS version 2.28 is out. This version includes a range of improvements
>>> and stability enhancements.
>>>
>>> Log in with admin/district on the demo 
>>> system.
>>>
>>>
>>> ANALYTICS FEATURES
>>>
>>> ---
>>>
>>> Measure criteria support in pivot tables: Pivot table app now supports
>>> measure criteria, meaning criteria to apply to the data being returned,
>>> such as a min and max value. Can be enabled in the Options dialog.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Multiple regression types in charts: Data visualizer and event
>>> visualizer apps now supports a new option for linear, polynomial and loess
>>> regression types (trend lines). Can be enabled in the Options dialog.
>>>
>>> Demo 1 
>>> | 2  | 
>>> Screenshot
>>> 1
>>> 
>>> | 2
>>> 
>>>
>>>
>>> Remove gaps in bar/column charts: Data visualizer and event visualizer
>>> apps now support an option for displaying bar/column charts without gaps
>>> between the bars/columns. Can be enabled in the Options dialog.
>>>
>>> Demo 
>>> | Screenshot
>>> 
>>>
>>>
>>> Daily relative periods in event analytics: Various daily relative
>>> periods are now supported in event reports and event visualizer.
>>>
>>> Demo
>>>  |
>>> Screenshot
>>> 
>>>
>>>
>>> Share favorites with users: Analytics favorites can now be shared with
>>> individual users in addition to user groups. This is useful for more
>>> flexible sharing and removes the need for always creating a group. Click
>>> *Share* from the *Favorites* menu.
>>>
>>> Demo
>>> 
>>> | Screenshot
>>> 
>>>
>>>
>>> Favorite filter for “Created by me”: You can now easily filter your
>>> favorites with the new “Created by me”/”Created by others” filter,
>>> available in all the analytics apps.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Sort favorites by created and last updated: Analytics favorites can now
>>> be sorted by the date they were created and the date they were last updated.
>>>
>>> Demo
>>> 
>>> | Screenshot
>>> 
>>>
>>>
>>> Combine totals and details in pivots: Total values and details
>>> (operands) can now be combined in pivot tables and charts.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Indicator totals in pivots: The pivot table app now calculates total
>>> and subtotal values in a better way, dividing the sum of numerator values
>>> with the sum of denominator values multiplied by the average of indicator
>>> factors.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>>
>>> TRACKER FEATURES
>>>
>>> ---
>>>
>>> Compare to previous event during data entry: You can now choose to
>>> compare the current data entry for 

Re: [Dhis2-users] Import of a new event (not from another instance)

2017-10-12 Thread Terence Scott
Hi Morten

Thank you for the help! I will try these and see whether I can get it to
work!

Kind regards,
Terence

Terence Scott

Global Alliance for Rabies Control (GARC)
Pan-African Rabies Control Network (PARACON) Steering Committee
terence.sc...@rabiesalliance.org
https://paracon.rabiesalliance.org
Skype: tpscott1987




On Wed, Oct 11, 2017 at 1:32 PM, Morten Olav Hansen 
wrote:

> Hi there
>
> Sending in event IDs is not required, but its definitely recommended if
> you want do repeated imports (good to have a unique id connected to your
> event so that you don't end up with duplicates)
>
> We offer a few options to generate UIDs:
>
> 1) Using the web-api /api/system/id (you can add limit=X to adjust how
> many you need)
> 2) Install the dhis2 cli (npm -g install dhis2-cli) and then just do
> "dhis2 uid", or "dhis2 uid -h" to get more help
> 3) if you are nodejs directly you can also use the dhis2-uid lib for
> generating uids (npm --save install dhis2-uid)
>
> https://www.npmjs.com/package/dhis2-cli
> https://www.npmjs.com/package/dhis2-uid
>
> --
> Morten Olav Hansen
> Senior Engineer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
> On Wed, Oct 11, 2017 at 1:21 PM, Terence Scott <
> terence.sc...@rabiesalliance.org> wrote:
>
>> Dear All
>>
>> We have collected animal vaccination data (including GPS coordinates,
>> time, date, species etc.) in a custom developed program and have a CSV
>> output for this program. We are looking to try to import the data from the
>> custom-built programme into our DHIS2 instance via Event import. I have
>> gotten the import to work on Event export files that I have edited with new
>> animal data (e.g. by changing the species) and this works, as it simply
>> updates the old event (based on the event ID). However, we would like to
>> import these data as new events as opposed to simply replacing existing
>> events currently on the system.
>>
>> Therefore, I would like to please find out as to whether it is possible
>> to do one of the following:
>>
>> 1) Do an event import without an Event ID (i.e. register a new event on
>> the DHIS2 instance via Event import)
>> - I have looked through the documentation but am unable to find out
>> whetherthis is possible
>> - In the Developer Docs, it seems to mention that import using XML
>> does notrequire an Event ID, but I have not managed to
>> determine whether I am  misinterpreting this or whether I
>> simply do not know how to do it.
>>
>> 2) Generate our own Event IDs in our custom-built programme that will be
>> recognised by the DHIS2 instance.
>> - Is there some way by which the Event IDs could be automatically
>> generated  outside of the DHIS2 instance (in our programme) so that
>> new events can be  imported into the instance?
>>
>> Please let me know if you need any further clarification. I would really
>> appreciate any help that you could provide!
>>
>> Kind regards,
>> Terence
>>
>>
>> Terence Scott
>>
>> Global Alliance for Rabies Control (GARC)
>> Pan-African Rabies Control Network (PARACON) Steering Committee
>> terence.sc...@rabiesalliance.org
>> https://paracon.rabiesalliance.org
>> Skype: tpscott1987
>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] dhis version 2.28 is out

2017-10-12 Thread Marta Vila
Hi Calle,

New round of development starts now to guarantee a release with bugfixing
some enhancements and compatibility with 2.28.
In general, Android compatible versions will be out one month after release
date.

Congratulations to the team on the new release!

Best,
Marta

On 12 Oct 2017 09:53, "Calle Hedberg"  wrote:

> Hi
>
> Has the current Tracker Capture for Android been tested on 2.28 and found
> to be working? We cannot move e.g. any disease surveillance instance to
> 2.28 unless it also works for Android...
>
> Regards
> Calle
>
> On 11 October 2017 at 21:14, Kamugunga Adolphe  wrote:
>
>> Thanks Lars and Team
>>
>> Adolphe
>>
>> *Adolphe Kamugunga*
>> *MIS Technical Advisor*
>> Mobile: +250 788 740 578 <+250%20788%20740%20578>
>> Email:kaa...@gmail.com
>> Skype: ka.adolphe
>>  RWANDA
>>
>>
>> On 11 October 2017 at 18:56, Lars Helge Øverland  wrote:
>>
>>> Hi all,
>>>
>>> DHIS version 2.28 is out. This version includes a range of improvements
>>> and stability enhancements.
>>>
>>> Log in with admin/district on the demo 
>>> system.
>>>
>>>
>>> ANALYTICS FEATURES
>>>
>>> ---
>>>
>>> Measure criteria support in pivot tables: Pivot table app now supports
>>> measure criteria, meaning criteria to apply to the data being returned,
>>> such as a min and max value. Can be enabled in the Options dialog.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Multiple regression types in charts: Data visualizer and event
>>> visualizer apps now supports a new option for linear, polynomial and loess
>>> regression types (trend lines). Can be enabled in the Options dialog.
>>>
>>> Demo 1 
>>> | 2  | 
>>> Screenshot
>>> 1
>>> 
>>> | 2
>>> 
>>>
>>>
>>> Remove gaps in bar/column charts: Data visualizer and event visualizer
>>> apps now support an option for displaying bar/column charts without gaps
>>> between the bars/columns. Can be enabled in the Options dialog.
>>>
>>> Demo 
>>> | Screenshot
>>> 
>>>
>>>
>>> Daily relative periods in event analytics: Various daily relative
>>> periods are now supported in event reports and event visualizer.
>>>
>>> Demo
>>>  |
>>> Screenshot
>>> 
>>>
>>>
>>> Share favorites with users: Analytics favorites can now be shared with
>>> individual users in addition to user groups. This is useful for more
>>> flexible sharing and removes the need for always creating a group. Click
>>> *Share* from the *Favorites* menu.
>>>
>>> Demo
>>> 
>>> | Screenshot
>>> 
>>>
>>>
>>> Favorite filter for “Created by me”: You can now easily filter your
>>> favorites with the new “Created by me”/”Created by others” filter,
>>> available in all the analytics apps.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Sort favorites by created and last updated: Analytics favorites can now
>>> be sorted by the date they were created and the date they were last updated.
>>>
>>> Demo
>>> 
>>> | Screenshot
>>> 
>>>
>>>
>>> Combine totals and details in pivots: Total values and details
>>> (operands) can now be combined in pivot tables and charts.
>>>
>>> Demo  |
>>> Screenshot
>>> 
>>>
>>>
>>> Indicator totals in pivots: The pivot table app now calculates total
>>> and subtotal values in a better way, dividing the sum of numerator values
>>> with the sum of denominator values multiplied by the average of indicator
>>> factors.
>>>
>>> Demo 

Re: [Dhis2-users] dhis version 2.28 is out

2017-10-12 Thread riddy ndoma
Great!
ThanksTeam!

2017-10-11 20:14 GMT+01:00 Kamugunga Adolphe :

> Thanks Lars and Team
>
> Adolphe
>
> *Adolphe Kamugunga*
> *MIS Technical Advisor*
> Mobile: +250 788 740 578 <+250%20788%20740%20578>
> Email:kaa...@gmail.com
> Skype: ka.adolphe
>  RWANDA
>
>
> On 11 October 2017 at 18:56, Lars Helge Øverland  wrote:
>
>> Hi all,
>>
>> DHIS version 2.28 is out. This version includes a range of improvements
>> and stability enhancements.
>>
>> Log in with admin/district on the demo 
>> system.
>>
>>
>> ANALYTICS FEATURES
>>
>> ---
>>
>> Measure criteria support in pivot tables: Pivot table app now supports
>> measure criteria, meaning criteria to apply to the data being returned,
>> such as a min and max value. Can be enabled in the Options dialog.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Multiple regression types in charts: Data visualizer and event
>> visualizer apps now supports a new option for linear, polynomial and loess
>> regression types (trend lines). Can be enabled in the Options dialog.
>>
>> Demo 1 
>> | 2  | 
>> Screenshot
>> 1
>> 
>> | 2
>> 
>>
>>
>> Remove gaps in bar/column charts: Data visualizer and event visualizer
>> apps now support an option for displaying bar/column charts without gaps
>> between the bars/columns. Can be enabled in the Options dialog.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Daily relative periods in event analytics: Various daily relative
>> periods are now supported in event reports and event visualizer.
>>
>> Demo 
>> | Screenshot
>> 
>>
>>
>> Share favorites with users: Analytics favorites can now be shared with
>> individual users in addition to user groups. This is useful for more
>> flexible sharing and removes the need for always creating a group. Click
>> *Share* from the *Favorites* menu.
>>
>> Demo
>> 
>> | Screenshot
>> 
>>
>>
>> Favorite filter for “Created by me”: You can now easily filter your
>> favorites with the new “Created by me”/”Created by others” filter,
>> available in all the analytics apps.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Sort favorites by created and last updated: Analytics favorites can now
>> be sorted by the date they were created and the date they were last updated.
>>
>> Demo
>> 
>> | Screenshot
>> 
>>
>>
>> Combine totals and details in pivots: Total values and details
>> (operands) can now be combined in pivot tables and charts.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Indicator totals in pivots: The pivot table app now calculates total and
>> subtotal values in a better way, dividing the sum of numerator values with
>> the sum of denominator values multiplied by the average of indicator
>> factors.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>>
>> TRACKER FEATURES
>>
>> ---
>>
>> Compare to previous event during data entry: You can now choose to
>> compare the current data entry for an event with previously completed
>> events. This option is available when doing data entry for a new event in
>> tracker capture.
>>
>> Demo 
>> | Docs
>> 
>>
>>
>> Tracker and event capture with 

Re: [Dhis2-users] [Dhis2-devs] dhis version 2.28 is out

2017-10-12 Thread Calle Hedberg
Hi

Has the current Tracker Capture for Android been tested on 2.28 and found
to be working? We cannot move e.g. any disease surveillance instance to
2.28 unless it also works for Android...

Regards
Calle

On 11 October 2017 at 21:14, Kamugunga Adolphe  wrote:

> Thanks Lars and Team
>
> Adolphe
>
> *Adolphe Kamugunga*
> *MIS Technical Advisor*
> Mobile: +250 788 740 578 <+250%20788%20740%20578>
> Email:kaa...@gmail.com
> Skype: ka.adolphe
>  RWANDA
>
>
> On 11 October 2017 at 18:56, Lars Helge Øverland  wrote:
>
>> Hi all,
>>
>> DHIS version 2.28 is out. This version includes a range of improvements
>> and stability enhancements.
>>
>> Log in with admin/district on the demo 
>> system.
>>
>>
>> ANALYTICS FEATURES
>>
>> ---
>>
>> Measure criteria support in pivot tables: Pivot table app now supports
>> measure criteria, meaning criteria to apply to the data being returned,
>> such as a min and max value. Can be enabled in the Options dialog.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Multiple regression types in charts: Data visualizer and event
>> visualizer apps now supports a new option for linear, polynomial and loess
>> regression types (trend lines). Can be enabled in the Options dialog.
>>
>> Demo 1 
>> | 2  | 
>> Screenshot
>> 1
>> 
>> | 2
>> 
>>
>>
>> Remove gaps in bar/column charts: Data visualizer and event visualizer
>> apps now support an option for displaying bar/column charts without gaps
>> between the bars/columns. Can be enabled in the Options dialog.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Daily relative periods in event analytics: Various daily relative
>> periods are now supported in event reports and event visualizer.
>>
>> Demo 
>> | Screenshot
>> 
>>
>>
>> Share favorites with users: Analytics favorites can now be shared with
>> individual users in addition to user groups. This is useful for more
>> flexible sharing and removes the need for always creating a group. Click
>> *Share* from the *Favorites* menu.
>>
>> Demo
>> 
>> | Screenshot
>> 
>>
>>
>> Favorite filter for “Created by me”: You can now easily filter your
>> favorites with the new “Created by me”/”Created by others” filter,
>> available in all the analytics apps.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Sort favorites by created and last updated: Analytics favorites can now
>> be sorted by the date they were created and the date they were last updated.
>>
>> Demo
>> 
>> | Screenshot
>> 
>>
>>
>> Combine totals and details in pivots: Total values and details
>> (operands) can now be combined in pivot tables and charts.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>> Indicator totals in pivots: The pivot table app now calculates total and
>> subtotal values in a better way, dividing the sum of numerator values with
>> the sum of denominator values multiplied by the average of indicator
>> factors.
>>
>> Demo  |
>> Screenshot
>> 
>>
>>
>>
>> TRACKER FEATURES
>>
>> ---
>>
>> Compare to previous event during data entry: You can now choose to
>> compare the current data entry for an event with previously completed
>> events. This option is available when doing data entry for a new event in
>> tracker capture.
>>
>> Demo 

[Dhis2-users] DHIS2-Alert Dialog Box

2017-10-12 Thread Omer Butt
Hi,

Can you please tell me is there a setting to change layout of alert Dialog
to popup balloons.

Thanks
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp