[Dhis2-users] WebAPI resource - SQLview missing

2014-09-06 Thread Sam Kasozi
Hi all, I see the SQLview resource on the demo server, however it does seem to appear on any other instances; including an empty database running 2.16 ( 16404) regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 757 662752

Re: [Dhis2-users] WebAPI resource - SQLview missing

2014-09-06 Thread Sam Kasozi
Hi Jason, You can create the SQLview through the data administration module. However, when browsing the WebAPI, it does not appear among the listed resources. I created a empty databases and tried with one of the latest war files, however it was not appearing either. Sam Kasozi Information

Re: [Dhis2-users] WebAPI resource - SQLview missing

2014-09-07 Thread Sam Kasozi
Thanks. Another missing resource is the options for the optionSet (items per Option Set) Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 757 662752 | +256 788 993565 | kaso...@gmail.com | Skype: sam.kasoziug On Sun, Sep 7, 2014 at

Re: [Dhis2-users] WebAPI resource - SQLview missing

2014-09-07 Thread Sam Kasozi
Or perhaps I could rephrase it this way, >From the Data Administration, we have the Option set "Gender". How do i see the options for Gender option set; 'Male' and 'Female' from the Web API? Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MO

Re: [Dhis2-users] WebAPI resource - SQLview missing

2014-09-07 Thread Sam Kasozi
Let me try that out. Thanks. Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 757 662752 | +256 788 993565 | kaso...@gmail.com | Skype: sam.kasoziug On Sun, Sep 7, 2014 at 11:36 AM, Morten Olav Hansen wrote: > I think you

Re: [Dhis2-users] Problems with category combination

2014-10-19 Thread Sam Kasozi
ave data with exception of the following: - categoryoptioncombo - categoryoptioncombos-categoryoption - categorycombos-optioncombos regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 757 662752 | +256 788 993565 | kaso...@gmai

[Dhis2-users] Web API 'criteria' fails to recognize parameters with special characters

2014-11-02 Thread Sam Kasozi
I have been trying to return a record whose id has a dash (i.e. .../api/sqlViews/.../data.json?criteria=id:234-567); however the web API fails to recognize the parameter. Is there a workaround for this or there is a bug in the system? regards, Sam Kasozi Information Systems Consultant HISP

Re: [Dhis2-users] Web API 'criteria' fails to recognize parameters with special characters

2014-11-02 Thread Sam Kasozi
Hi Stephen, That might help in some scenarios, however in this case, a dash is one of the acceptable characters in a URL. Trying to encode it with '%2D' converts it back to a dash before being sent to the API. Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Ugand

Re: [Dhis2-users] Web API 'criteria' fails to recognize parameters with special characters

2014-11-02 Thread Sam Kasozi
That makes sense then. Thanks Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com | skas...@pheoc.go.ug | Skype: sam.kasoziug On Sun, Nov 2, 2014 at 6:13 PM, Lars Helge Øverland wrote

[Dhis2-users] Custom code for setting default value for Yes/No Data element in Event Capture forms

2014-11-12 Thread Sam Kasozi
, it doesn't seem to work. $(select option:contains("NO")').prop('selected',true); regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmai

Re: [Dhis2-users] Custom code for setting default value for Yes/No Data element in Event Capture forms

2014-11-12 Thread Sam Kasozi
Hi Lars, that would be a good alternative, however taking on that option will imply that we will not be able to differentiate between the 'No' and 'Missing'. regards. Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +2

[Dhis2-users] Upload to the Server failing for Event Capture - Data Entry

2014-11-17 Thread Sam Kasozi
uploaded without having to clear the Cache since i need to inform people whether to continue or halt the data entry process. regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.c

Re: [Dhis2-users] Upload to the Server failing for Event Capture - Data Entry

2014-11-17 Thread Sam Kasozi
Hi Prosper, I have checked and it was already set to five [5]. National -> Region -> District -> Subcounty -> Health facility. regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757

Re: [Dhis2-users] Upload to the Server failing for Event Capture - Data Entry

2014-11-18 Thread Sam Kasozi
Upload to the Server. Is there any specific role for being able to upload data to the server; i would think that it would be embedded into the roles for capturing the data. Thank you, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +2

Re: [Dhis2-users] Upload to the Server failing for Event Capture - Data Entry

2014-11-18 Thread Sam Kasozi
I will try to do that. Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com | skas...@pheoc.go.ug | Skype: sam.kasoziug On Tue, Nov 18, 2014 at 11:25 AM, Lars Helge Øverland wrote: >

Re: [Dhis2-users] [Dhis2-devs] DHIS2 Javascript

2014-11-19 Thread Sam Kasozi
Are the data entry events specific to the aggregate data entry module (2.16 inclusive) or they also apply to the tracked entity module? Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com

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

2014-11-21 Thread Sam Kasozi
Many thanks to you all. Up and running to try it out locally and if possible on my server by Monday morning because it will help with many issues. regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757

Re: [Dhis2-users] [Dhis2-devs] Aggregation query builder

2015-03-02 Thread Sam Kasozi
value only if a specific condition holds. i.e if( *Registration !=NULL*) THEN ... Aggregate The same condition in RED is what would go in the condition text area. If it is a nested IF(one inside the other) , then combining the different conditions with AND will yield the same effect. regards, Sam

Re: [Dhis2-users] Accessing HTML report in standard reports

2015-06-09 Thread Sam Kasozi
doc/snapshot/en/developer/html/dhis2_developer_manual.html regards, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com | skas...@pheoc.go.ug | Skype: sam.kasoziug On Wed, Jun 10, 2015 at 5:55 PM, Bridget Mago

[Dhis2-users] Failed Import for received Messages/ Successful when Manually Imported [Re-Import]

2015-07-15 Thread Sam Kasozi
I if any of you has experience this problem with especially version 2.18 All incoming messages Fail. However when manually imported using the [Re-Import], they are successfully processed and sent to the DHIS2 Inbox. P.s I have attached a screen shot. regards, Sam Kasozi Information Systems

Re: [Dhis2-users] Failed Import for received Messages/ Successful when Manually Imported [Re-Import]

2015-07-15 Thread Sam Kasozi
, Sam Kasozi Information Systems Consultant HISP Uganda | GHSI - Uganda MOH - PH Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com | skas...@pheoc.go.ug | Skype: sam.kasoziug On Wed, Jul 15, 2015 at 4:48 PM, Alex Tumwesigye wrote: > Dear Sam, > > According t

Re: [Dhis2-users] Failed Import for received Messages/ Successful when Manually Imported [Re-Import]

2015-07-27 Thread Sam Kasozi
Find below the fix to the error message. -- Forwarded message -- From: Long Ngo Thanh Date: Thu, Jul 23, 2015 at 12:02 PM Subject: Re: [Dhis2-users] Failed Import for received Messages/ Successful when Manually Imported [Re-Import] To: Sam Kasozi Hi Sam, I found the issue and

[Dhis2-users] Illegal Data element identifier on 2 data elements in a Dataset (DHIS 2.18)

2015-08-03 Thread Sam Kasozi
THOUT the ‘All’ user role permission - Zero is an exception {Though not Saved} [image: Inline image 1] However after adding the ALL permission, the error message doesn't appear and the value is saved successfully. regards, Sam Kasozi Information Systems Consultant HISP Uganda | MOH

Re: [Dhis2-users] Illegal Data element identifier on 2 data elements in a Dataset (DHIS 2.18)

2015-08-03 Thread Sam Kasozi
the default was read/write for public even if it is not showing in my user interface. I will just go ahead set them for the rest. thanks. Sam Kasozi Information Systems Consultant HISP Uganda | MOH - Public Health Emergency Operation Center +256 788 993565 | +256 757 662752 kaso...@gmail.com

Re: [Dhis2-users] Illegal Data element identifier on 2 data elements in a Dataset (DHIS 2.18)

2015-08-06 Thread Sam Kasozi
Hi Alex/ Dapo, In this particular case, these data elements were defined in 2.18. Probably the editing might be the reason for the change in the permissions. Sam Kasozi Information Systems Consultant HISP Uganda | MOH - Public Health Emergency Operation Center +256 788 993565 | +256 757 662752

Re: [Dhis2-users] Custom data entry forms compatibility

2011-07-18 Thread Sam Kasozi
Hi Lars, Thanks for the Update. You had recommended using section forms for some of the lengthy Uganda HMIS forms (Inpatient and Outpatient). I am wondering whether the upgrade would produce more or less the same result as the section forms if we were to revert the lengthy forms to custom forms.

[Dhis2-users] Missing Table minmaxdataelement with MySQL database

2011-08-17 Thread Sam Kasozi
Stephen, We have been using the PostgreSQL databases and the setup was pretty much automatic for default tables in the database. I don't know if anyone has had a similar experience like yours. Sam. *From:* OCAYA STEPHEN [mailto:stepho...@musph.ac.ug] *Sent:* 15 August 2011 16:34 *To:* Kasozi, S

Re: [Dhis2-users] [Validation Rules] Upgrade to 2.5

2011-11-18 Thread Sam Kasozi
Still with the upgrade to 2.5, I realized that there are some validation rules that had been created with an earlier version on one of the datasets (Form 033b) that are no longer working. The weird part is that others that must have been created (Form 105) at the time of the implementer's worksho

Re: [Dhis2-users] [Validation Rules] Upgrade to 2.5

2011-11-22 Thread Sam Kasozi
erring to I > can have a look. > > best regards, Lars > > > On Sat, Nov 19, 2011 at 4:27 AM, Sam Kasozi wrote: > >> Still with the upgrade to 2.5, I realized that there are some >> validation rules that had been created with an earlier version on one >> of the da

[Dhis2-users] Section forms, Custom forms and Default forms

2011-11-30 Thread Sam Kasozi
Is this still possible to view the different categories of form in Data Entry, because i can not see the option for changing between the Custom, default or section forms? The other thing is that Under Section 2.2.2 Entering data** in the End User Manual, which we are customizing for the Uganda DHI

[Dhis2-users] Health Facility coordinates in DHIS2

2011-11-30 Thread Sam Kasozi
Hi Jan Tonny working with the GIS unit in CDC has been helping us with the GIS component in the DHIS2. He referred to the manuals to try to add some coordinates manually, however they did not show. See below his questions. P.s We had imported shape files for the regions and the districts, however

Re: [Dhis2-users] Section forms, Custom forms and Default forms

2011-11-30 Thread Sam Kasozi
reat if you could update the manual, not just for Uganda, but commit to > the global repository. > > Thanks, > Knut > > On Wed, Nov 30, 2011 at 10:31 AM, Sam Kasozi wrote: > >> Is this still possible to view the different categories of form in Data >> Entry, because

Re: [Dhis2-users] Health Facility coordinates in DHIS2

2011-11-30 Thread Sam Kasozi
;>> I think the default format is latitude/ longitude as well,so be sure you >>>> enter it this way. >>>> On Nov 30, 2011 12:29 PM, "Knut Staring" wrote: >>>> >>>>> On Wed, Nov 30, 2011 at 11:13 AM, Jan Henrik Øverland < >>>

[Dhis2-users] Web API data element category combination option IDs

2012-06-27 Thread Sam Kasozi
Hi Lars, >From the Web API class, the example we did for importing data into the DHIS2 comprised of a data element with a single category combination option (Number). However, I have been looking at importing data for data elements with several category-combination options, i.e Cholera (0-4 years,

Re: [Dhis2-users] Web API data element category combination option IDs

2012-07-02 Thread Sam Kasozi
nCombinations resource from the > /api starting point just as anything else. The URL for this on the > demo site is this: > > http://apps.dhis2.org/demo/api/categoryOptionCombos > > Then click on each item to see the id. > > best regards, Lars > > > On Wed, Jun 27, 2012

Re: [Dhis2-users] Web API data element category combination option IDs

2012-07-02 Thread Sam Kasozi
Hi Lars, that is spot on, it answers my question. Thanks, On 7/2/12, Lars Helge Øverland wrote: > Hi Sam, > > okay.. What you see is actually correct. The idea is that category > option combos are common and re-used across data elements. So having > the same category option combo identifier for

Re: [Dhis2-users] dhis.war deployment on Windows platform

2013-05-11 Thread Sam Kasozi
Hi Dayo, assuming PostgreSQL is installed and the database is created with the following: Login Role (User): dhisuser User password: dhispwd Database: dhis2dbase Then the hibernate.properties configuration file would be as thus: hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibern

Re: [Dhis2-users] [Dhis2-devs] DHIS2 SMS URL

2013-08-01 Thread Sam Kasozi
I think you forgot to attach the files Long. Find attached --- Sam On Thu, Aug 1, 2013 at 12:26 PM, Ngo Long wrote: > Hi, > > I guess you are using BulkSMS or ClickAtell service. > To be able to receive SMS from your gateway, you need a relay to forward > the sms to your DHIS2. > > Please find

[Dhis2-users] Scripting in Custom forms for Tracker Capture

2016-03-21 Thread Sam Kasozi
there is documentation to refer too. http://dhis2.github.io/dhis2-docs/2.22/en/user/html/ch06s02.html#d5e1369 regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users

Re: [Dhis2-users] Scripting in Custom forms for Tracker Capture

2016-03-21 Thread Sam Kasozi
Hi Alex, Is there any reference like we have for the aggregates, detailing namespaces and the like? regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Mon, Mar 21, 2016 at 2:16 PM, Alex Tumwesigye wrote: > Dear Sam, > > The custom forms are working well with my IDSR in

Re: [Dhis2-users] Scripting in Custom forms for Tracker Capture

2016-03-21 Thread Sam Kasozi
Hi Abyot, Yes it does give some direction on how to alter the customization. Thank you all. Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Mon, Mar 21, 2016 at 2:41 PM, Abyot Asalefew Gizaw wrote: > Hi Sam, > > Tracker and event capture apps are based on AngularJS, which works a

[Dhis2-users] Missing Group Sets in the Event Reports & Event Visualizer for version: 2.22

2016-04-27 Thread Sam Kasozi
Event reporting modules. Is this a bug? regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help

Re: [Dhis2-users] Missing Group Sets in the Event Reports & Event Visualizer for version: 2.22

2016-04-27 Thread Sam Kasozi
Thank you. We will upgrade ASAP regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Wed, Apr 27, 2016 at 1:05 PM, Jan Henrik Øverland < janhenrik.overl...@gmail.com> wrote: > Hi Sam, > > This was fixed in 2.22 a couple of days ago. > > Jan > > On 27 Apri

Re: [Dhis2-users] Missing Group Sets in the Event Reports & Event Visualizer for version: 2.22

2016-04-28 Thread Sam Kasozi
Hi Jan, I was reviewing a build from yesterday (Version: *2.22* - Build revision: *22014* - Build date: *2016-04-27 11:00*), unfortunately the group sets are still missing from the Event based reporting applications. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Wed, Apr 27

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

2016-05-06 Thread Sam Kasozi
ge":"An error occurred, please check import summary.", "response":{"responseType":"ImportSummary","status":"ERROR","importCount":{"imported":0,"updated":0,"

Re: [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

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

2016-05-08 Thread Sam Kasozi
D1","trackedEntityInstance": "ID1" } together with a correction in the spelling from 'trackedEntityInstasnces' to 'trackedEntityInstances' in the curl statement that follows. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Sat, May 7, 2016 at 5:00 AM, Sam Kas

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

2016-05-09 Thread Sam Kasozi
Thank you. Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Tue, May 10, 2016 at 6:37 AM, Morten Olav Hansen wrote: > Hi Sam > > Just had a look, the parameter should be strategy=X not importStrategy=X, > I will update the docs > > -- > Morten Olav Hansen >

[Dhis2-users] GIS failing to load in 2.25

2016-10-17 Thread Sam Kasozi
GIS is failing to load in a new instance of 2.25; not sure if this is a bug or whether some pre-configuration needs to happen. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to

[Dhis2-users] Translation project for Dari and Pashto languages

2016-11-09 Thread Sam Kasozi
d to update the server afterward? regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More hel

Re: [Dhis2-users] Translation project for Dari and Pashto languages

2016-11-09 Thread Sam Kasozi
Thank you for the prompt reply. We start with the core translation and let you know once we are done. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Wed, Nov 9, 2016 at 12:31 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Sam, > We need to do some

Re: [Dhis2-users] [Dhis2-devs] Translation project for Dari and Pashto languages

2016-11-14 Thread Sam Kasozi
ministry, so we can reach out to Ebtihaj Obaidi as well. Thank you for the information. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Mon, Nov 14, 2016 at 7:01 PM, Chris Leonard wrote: > On Wed, Nov 9, 2016 at 4:31 AM, Jason Pickering > wrote: > > Hi Sam, > > >

Re: [Dhis2-users] Test Email in Email Settings is not Working.

2016-12-06 Thread Sam Kasozi
ss. https://www.google.com/settings/security/lesssecureapps regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Tue, Dec 6, 2016 at 5:16 PM, Stian Sandvold wrote: > Hi, > > first, did you enable TLS as well? > > I followed the steps listed here: https://support.google. > com/mail/a

[Dhis2-users] Limit on data attribute - category options

2017-04-02 Thread Sam Kasozi
with potential to increase over time. I am wondering if the DHIS2 is designed to manage that kind of data. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users

Re: [Dhis2-users] [Dhis2-devs] Limit on data attribute - category options

2017-04-03 Thread Sam Kasozi
Yes, we do have fixed relationships within those categories, so this works for us! This implementation is much safer as well since it will not require a data entrant to filter through the different categories. Thank you. Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Mon, Apr 3, 2017 at

Re: [Dhis2-users] How to output all data element list with their categories option DHIS2 V2.23 using SQLview

2017-04-07 Thread Sam Kasozi
Hi Vunda, Try out the attached script. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Fri, Apr 7, 2017 at 1:00 PM, vunda limbe wrote: > Hi everybody, > > I'm looking for SQL code to list data element name, id, uid, > categoryoptioncombouid, categoryoptioncom

Re: [Dhis2-users] How to output all data element list with their categories option DHIS2 V2.23 using SQLview

2017-04-07 Thread Sam Kasozi
Yes, sorry about that. We have 'de.categorycomboid' and 'cc.categorycomboid'. You can delete one of them. Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Fri, Apr 7, 2017 at 2:10 PM, vunda limbe wrote: > Hi Sam, > > Thank you for the script, but It'

[Dhis2-users] Error importing TEI with Curl

2017-04-21 Thread Sam Kasozi
t;trackedEntity": "MCPQUTHX1Ze"," *trackedEntityInstance*": "*hcmT38B09Df*","orgUnit": "XAY48PSWV4K","inactive": false,"relationships":[], "attributes":[{"attribute": "git4nzCbOfD","value":

[Dhis2-users] Calculation of conditional Indicators

2017-05-10 Thread Sam Kasozi
, is there an alternative? regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help : https

Re: [Dhis2-users] [Dhis2-devs] Calculation of conditional Indicators

2017-05-10 Thread Sam Kasozi
Thanks, Ola and Prosper. The data is indeed part of the aggregate forms. And since we are importing the data, we might consider pre-calculating the values prior to the import process. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Wed, May 10, 2017 at 2:56 PM, Prosper BT wrote

[Dhis2-users] Aggregation for the Time value type

2017-06-13 Thread Sam Kasozi
What are the currently supported aggregation types for the Time value type besides SUM? AVERAGE does not seem to be supported with version 2.27. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2

[Dhis2-users] Reporting rates options with data set categories

2017-07-30 Thread Sam Kasozi
ging under the dataset? regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help

Re: [Dhis2-users] [Dhis2-devs] Calculation of conditional Indicators

2017-12-13 Thread Sam Kasozi
. We will try it out and get back to you. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug On Wed, Dec 13, 2017 at 3:41 PM, John Mukulu wrote: > Hello Sam, > We haven't made a formal release of this function maintenance app yet, but > i thought i could keep you posted.

[Dhis2-users] Usage Analytics/ Logins

2018-07-10 Thread Sam Kasozi
Hi, Has the User Analytics app been updated for 2.28/29? Then also, how can I extract the logins for a specific period - dashboard visits do not necessarily correspond to logins. regards, Sam Kasozi +256 788-993-565 Skype: sam.kasoziug ___ Mailing