[Dhis2-users] Analytics tables - only data elements - where are indicators?

2014-04-10 Thread Wilson,Randy
I'm trying to pull some data from the analytics tables rather than using the datamart tables. Unlike aggregatedindicatorvalue table from the datamart it seems like the indicators are not pre-calculated in the analytics tables. Is that right? If that is the case are the indicators calculated o

Re: [Dhis2-users] Creation of bulk user.

2014-05-08 Thread Wilson,Randy
Hi Hannan, I think you should try Kenneth’s java application. We created 40,000 users (community health workers with their phone numbers and orgunit link) and assigned them all passwords using the app. I think Kenneth has put in a User interface that lets you specify the server address, DHIS-

Re: [Dhis2-users] What's the good browser for DHIS2?

2014-05-22 Thread Wilson,Randy
We are using Chrome mostly and have noticed that if you are using an earlier version some things don't display. For example in the GIS module users of the earlier version did not see the menu option: "Legend". As soon as we upgraded it reappeared... might be a problem of cache. Randy From: D

[Dhis2-users] Problems running analytics on individual records version 2.15

2014-07-05 Thread Wilson, Randy
I have upgraded my 2.14 database using a (slightly edited script) and upgraded to 2.15 build revision 15163. I can now see all of my patient tracker data - using single event without registration. However when I run analytics in order to create event reports, it fails: 2014-07-05 08:16:24Process

[Dhis2-users] Issues importing large CSV file into DHIS-2 2.16

2014-08-04 Thread Wilson, Randy
Hi all, I have a csv file that has 608,000 records that I'm trying to import into DHIS-2. When I select the options and begin the upload the system seems to go into a loop, importing 10 or 11% and then starting again at zero. Does anyone know the number of records that the import CSV tool will a

[Dhis2-users] Quick way to add missing ISO weeks going back to 2011?

2014-08-04 Thread Wilson, Randy
Hi all, I thought I saw a posting on inserting periods into the DHIS-2 for earlier periods in time, but can't seem to find it any longer. I need ISO weekly periods going back to 2011. I also notice that there are some instances where there are 53 ISO weeks in a year, but that does not appear to b

Re: [Dhis2-users] Quick way to add missing ISO weeks going back to 2011?

2014-08-05 Thread Wilson, Randy
ate2ISOweek(week.starts),0,8)) >>> >>> sql<-paste0("INSERT INTO periods >>> (periodid,periodtypeid,startdate,enddate) >>> VALUES(nextval('hibernate_sequence'::regclass),2,","'",as.Date(week.starts),"','",as.

[Dhis2-users] DHIS-2 2.15 bug on reporting rate dataset selector in pivot table and visualiser

2014-08-07 Thread Wilson, Randy
Not sure if anyone else has seen this issue, but the list of datasets displayed when selecting reporting rates is not complete. I've cleared cache and checked the completeness table for the period in question and all of the datasets are in the analytics table. I wonder if the SQL statement used t

[Dhis2-users] Problem with tracker module

2015-03-17 Thread Wilson, Randy
We're setting up a tracker module to capture data from individual community health workers using Multiple events with registration. We have the program and stage as well as attributes and data elements - using 3 different instances of DHIS-2. When we try to create a new instance we fill in the fo

Re: [Dhis2-users] Problem with tracker module

2015-03-17 Thread Wilson, Randy
No. Just the standard section form. We're trying in version 2.17 because this has always worked before. Randy On Tue, Mar 17, 2015 at 4:19 PM, Adebusoye Anifalaje wrote: > Hi Randy, > > Are you using a custom form by any chance? > > Busoye > > On 17 Mar 2015, at 1

Re: [Dhis2-users] Problem with tracker module

2015-03-17 Thread Wilson, Randy
you using the individual records module? > > Can you try tracker capture app? > > - > Thank you, > Abyot. > > (sent from mobile) > On Mar 17, 2015 3:15 PM, "Wilson, Randy" wrote: > >> We're setting up a tracker module to capture data from

Re: [Dhis2-users] Problem with tracker module

2015-03-17 Thread Wilson, Randy
yot. > > (sent from mobile) > On Mar 17, 2015 3:15 PM, "Wilson, Randy" wrote: > >> We're setting up a tracker module to capture data from individual >> community health workers using Multiple events with registration. >> >> We have the program an

Re: [Dhis2-users] Problem with tracker module

2015-03-18 Thread Wilson, Randy
gt; >>>>>>> I just had a quick look at the tracker app on one of the Rwanda >>>>>>> dhis2 instances (it is running 2.17 built on 2015-01-21 02:05 - >>>>>>> strange I don't see the build revision) >>>>>>> >>>&

[Dhis2-users] Issue with tracker data aggregation in event visualizer and event reports

2015-06-05 Thread Wilson, Randy
We have been using the tracker module (multiple events with registration) to store imported quarterly data reported by Community Health Workers through rapidSMS. These CHWs are registered - and linked to the Health Centers that supervise them - then each quarter new datavalues are added counting t

[Dhis2-users] Can we select a date range through the Web API

2015-08-25 Thread Wilson, Randy
Hi All, We're trying to synch facility data between DHIS-2 and a new Provider Registry linked to iHRIS using the API. I've created a SQL view that works nicely to pull all of the data and I am able to filter for exact matches (e.g.). (I can't seem to get the FRED API to work in version 2.20). h

[Dhis2-users] How to pull data from a remote xml data source (dhis2 web API) into JasperReports

2015-08-31 Thread Wilson, Randy
I've been struggling to get data from the web API into JasperStudio to create standard iReports. I've created a new datasource of type: XML document (remote) I can pull data from sites that don't need authentication into the iReport, such as this rss feed from bbc: http://feeds.bbci.co.uk/news/rs

[Dhis2-users] Serious problem with duplicate records in Individual records/tracker

2015-10-09 Thread Wilson, Randy
Hi all, We have an big issue with several of Rwanda's event reporting systems that have been set up using Tracker/Individual records. For some reason, users are able to create duplicate records in the system through normal data entry. It seems to happen when they enter a value for an attribute a

Re: [Dhis2-users] Serious problem with duplicate records in Individual records/tracker

2015-10-09 Thread Wilson, Randy
Regards > Ant > > On 9 October 2015 at 10:22, Wilson, Randy wrote: > >> Hi all, >> >> We have an big issue with several of Rwanda's event reporting systems >> that have been set up using Tracker/Individual records. For some reason, >> users are able to

Re: [Dhis2-users] Easy way to import indicators into new database

2015-10-12 Thread Wilson, Randy
Hi Arthur, If you haven't done this already, attached is an excel template that you can use to transform your indicator list into fields that can be imported into the DHIS-2 indicator table. I've left a couple of sample rows for you to see what the content should be like. Note that after you ha

Re: [Dhis2-users] Serious problem with duplicate records in Individual records/tracker

2015-10-15 Thread Wilson, Randy
ffe > wrote: > >> If you experience reasonably high latency (slow response times) it seems >> quite likely you might well get duplicates. Probably related to >> >> https://bugs.launchpad.net/dhis2/+bug/1498505 >> >> On 9 October 2015 at 15:40, Wilson, Randy wr

Re: [Dhis2-users] Importing DHS survey data in DHIS

2016-01-29 Thread Wilson, Randy
Not here unfortunately...just doing csv imports from DHS Excel files. Would be useful for our data warehouse. Randy On Jan 29, 2016 2:59 PM, "Olav Poppe" wrote: > Hi all, > I wanted to hear if anyone has any experience with the DHS API ( > http://api.dhsprogram.com/#/index.html), and using it to

Re: [Dhis2-users] Importing DHS survey data in DHIS

2016-02-02 Thread Wilson, Randy
kettle and be pain > resistant to a certain degree :-) > > I'd be interested to hear from other experiences ... > > Have a nice sunday, > > Uwe > > --- > > Am 29.01.2016 um 17:31 schrieb Wilson, Randy: > > Not here unfortunately...just doin

[Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-09 Thread Wilson,Randy
Has anyone else had an issue with updating the dataelement table on the backend? I've cleaned up my data element names changing "# of" to "Nb of" and browsed the table in pgadmin and it looks fine. When I start DHIS-2 live, it initially displays the revised names, but as soon as I edit a data

Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-10 Thread Wilson,Randy
-Original Message- From: Jason Pickering [mailto:jason.p.picker...@gmail.com] Sent: Sunday, April 10, 2011 9:00 AM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend You might should try clearing your

Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-10 Thread Wilson,Randy
MySQL - it doesn’t move any of the orgunits or datavalues. I've also downloaded the latest .jar file. Maybe my installation is damaged. Randy -Original Message- From: Knut Staring [mailto:knu...@gmail.com] Sent: Sunday, April 10, 2011 9:46 AM To: Jason Pickering Cc: Wilson,Ran

Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-10 Thread Wilson,Randy
Thanks Lars, That did the trick! I truncated the translation table and the data loaded fine after a restart. Mystery solved. Randy Wilson From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: Sunday, April 10, 2011 1:20 PM To: Knut Staring Cc: Wilson,Randy; dhis2-users

Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-10 Thread Wilson,Randy
Thanks to all for your help. Now I have a different issue. I can’t create or edit any of my charts. I can run them though. For you Sunday DHIS community members, here is the error I get: [+] Exception (org.hibernate.InstantiationException): Cannot instantiate abstract class or interface: org

Re: [Dhis2-users] Issue with updating Dataelement names through Postgress backend

2011-04-11 Thread Wilson,Randy
e to check for things first. Randy -Original Message- From: Jason Pickering [mailto:jason.p.picker...@gmail.com] Sent: Sunday, April 10, 2011 8:42 PM To: Wilson,Randy Cc: Knut Staring; dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Issue with updating Dataelement names through

Re: [Dhis2-users] Database changes

2011-04-25 Thread Wilson,Randy
Thanks for the updates. I've installed 2.2 on our server and my local machine without many issues. In the GIS module some of our computers, there is a message that pops up saying that Google Maps needs to get a different Google Maps API key. When the user clicks on ok, the software loads fine

[Dhis2-users] Advice on Population denominators

2011-05-11 Thread Wilson,Randy
We've been setting up DHIS-2 as a health data warehouse and dashboard for Rwanda. So far it has gone well, but I have found no useful documentation about how to manage admin unit target populations ... crucial for any coverage indicator calculations. Ideally we'd like to store the populations

Re: [Dhis2-users] Advice on Population denominators

2011-05-12 Thread Wilson,Randy
would be ideal if we could use one single record in the database or perhaps one per year rather than having to create hundreds of records with the same values. Randy From: samuel cheburet [mailto:samuelchebu...@gmail.com] Sent: Wednesday, May 11, 2011 9:12 PM To: Wilson,Randy Cc: dhis2-

Re: [Dhis2-users] [Dhis2-devs] Decentralization of user management

2011-06-11 Thread Wilson,Randy
I haven't seen this requirement yet, but in Rwanda we are using DHIS-2 as the national data warehouse and dashboard. I would like to see an option for public users to be able to sign on and create their own username and passwords. This would entitle them only to access the dashboard and GIS mo

Re: [Dhis2-users] DHIS 2 version 2.5 released

2011-10-17 Thread Wilson,Randy
I'm having serious problems getting the orgunit hierarchy and GIS modules to work in 2.5. I downloaded the war file and replaced the DHIS folder in apache. Is there something I missed? Should I have converted the data first? Previous working platform was 2.4. Is anyone else having the same

[Dhis2-users] Problem with data element selection in Chart module

2011-11-18 Thread Wilson,Randy
I'm not sure if anyone noticed this yet, but the data element selection dialog for the chart module does not function correctly, it allows you to select data elements, but it does not display category combinations. In our case FP_Oral Contraceptives should display sub categories (New Users) or

Re: [Dhis2-users] Problem with data element selection in Chart module

2011-11-18 Thread Wilson,Randy
from the data element category combo boxes in the Indicator definition dialogs? Is this in a blueprint somewhere? Randy Wilson From: olati...@gmail.com [mailto:olati...@gmail.com] On Behalf Of Ola Hodne Titlestad Sent: Friday, November 18, 2011 10:55 AM To: Wilson,Randy Cc: dhis2-users Subject

Re: [Dhis2-users] Need some help

2012-02-15 Thread Wilson,Randy
This is an interesting issue to Rwanda as well - we have similar requirements. Just a quick thought, would it not be possible to use the DHIS-2 user's orgunit access (as assigned when setting up the User by orgunit) to do this filtering? How exactly could that be accessed in a view or report ta

[Dhis2-users] [Dhis2-users} Issue creating Helpdesk User Role

2012-02-22 Thread Wilson,Randy
I'm creating a user role called Helpdesk in DHIS 2.6 and their role is simply to add accounts and reset user passwords. I've assigned them every function with user in it (Add, list, delete) users, user groups, user roles. When I create a user and assign them to this role at the national level,

[Dhis2-users] Can't get Data Visualizer Module to display any data

2012-03-02 Thread Wilson,Randy
We're trying to rebuild our dashboards with charts produced with the data visualizer in Version 2.6. I'm trying to build charts using data elements. To ensure I see data, I'm picking national level for the org unit and selecting this year as the time period for which I clearly see data in the

Re: [Dhis2-users] Importing data from external system?

2012-03-17 Thread Wilson,Randy
Hi Mark, This is exactly what we're doing in Rwanda. We've set up one instance of DHIS-2 as our HMIS (for routine data entry by health facilities across the country) and a second instance as a national data warehouse/dashboard - more intended for program managers, implementing partners and don

[Dhis2-users] DHIS-2 Report issues

2012-03-21 Thread Wilson,Randy
Hi all, The Rwanda team now has 3 months of data from over 400 sites in the DHIS-2. We're impressed with how well it has worked even in low bandwidth conditions. Congratulations to the team who built in the offline editing functionality. Now we're on to reporting and find a number of immediat

Re: [Dhis2-users] [Dhis2-devs] DHIS-2 Report issues

2012-03-21 Thread Wilson,Randy
m report? There is a quite good section in the implementers manual on how to use iReport. Best regards, Jason On Wed, Mar 21, 2012 at 9:14 AM, Wilson,Randy mailto:rwil...@msh.org>> wrote: > Hi all, > > > > The Rwanda team now has 3 months of data from over 400 sites in the DHIS-2

Re: [Dhis2-users] localization question

2012-04-17 Thread Wilson,Randy
Thanks for the quick reply Lars. Yes we are talking about the data element and other object translations... not the UI. It would be good to push the locales into a table for future versions. Now that we've convinced the system that Swahili "sw" is really Kinyarwanda and I've added 3 rows for e

[Dhis2-users] DHIS-2 for child death audit forms

2012-05-25 Thread Wilson,Randy
Has anyone used DHIS-2 to enter child death audit forms? We're working on this in Rwanda and thought we would check on other country experiences first. We planned to use the name-based data entry for individual records, but it seems like calling deceased children 'beneficiaries' is a bit drole

Re: [Dhis2-users] DHIS-2 for child death audit forms

2012-05-25 Thread Wilson,Randy
ent: Friday, May 25, 2012 10:07 AM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] DHIS-2 for child death audit forms Hi, not aware of any child death audit forms, but in Uganda they are working on a maternal death audit. There are actually three separate supported u

Re: [Dhis2-users] Summary Report

2012-06-04 Thread Wilson,Randy
I wonder if this report pulls data from the data mart. If so you will need to run the data mart process before you will see any reports. Typically it is scheduled to run at night, but if you want to see your data the same day you need to run it from the Reports menu. Randy Wilson HMIS Advisor

Re: [Dhis2-users] Data Visualizer favorites issue in 2.7

2012-06-05 Thread Wilson,Randy
Hi Uddin, We had a similar problem here in Rwanda with the option to create favorite charts in the data visualizer. Bob Jolliffe and checked the logs and it turned out that the charts table had a legacy column (title) which was redundant and should have been cleared in the system upgrade. We

[Dhis2-users] Experiences sending SMS alerts based on datamart indicator thresholds

2012-06-06 Thread Wilson,Randy
Hi all, We're looking into using DHIS-2 to send SMS alerts to cell phones when monthly stock reports indicate that a facility is below a certain threshold. Is this supported by the mobile phone reporting module? Has anyone written code to do this from outside of DHIS-2? We thought it might b

[Dhis2-users] Error running downloaded JRXML report template

2012-06-14 Thread Wilson,Randy
I'm not sure if others have seen this problem with version 2.8. I'm getting an error: duplicate declaration of parameter: REPORT_LOCALE when I click on download JRXML template in the report tables module. This makes it impossible to customize reports based on the system generated report templa

[Dhis2-users] Using Anonymous Event Data entry for Child Death Audit forms

2012-06-19 Thread Wilson,Randy
Hi all, We've created an anonymous event data entry screen for entering Child Death Audit forms into DHIS-2 but have a couple of issues: 1. Once an event is entered and data entry completed, there appears to be no way to retrieve it for corrections or further editing - say by supervisors

[Dhis2-users] Data visualiser period selection too limited

2012-07-23 Thread Wilson,Randy
In Rwanda we are trying to use the DHIS-2 platform for a national data warehouse and dashboard. This stores historical data on selected (key) indicators going back for more than 10 years. Generally the exercise seems to be working well, but we have just noticed an issue regarding the Data Visu

Re: [Dhis2-users] Data visualiser period selection too limited

2012-07-23 Thread Wilson,Randy
Thanks for anticipating our needs so effectively. I look forward to the new version. Randy From: Jan Henrik Øverland [mailto:janhenrik.overl...@gmail.com] Sent: Monday, July 23, 2012 11:56 AM To: Lars Helge Øverland Cc: Wilson,Randy; dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users

[Dhis2-users] Problem with DHIS Orgunit Hierarchy after upgrade to 2.9

2012-08-08 Thread Wilson,Randy
We've just upgraded one of our test instances of DHIS-2 to version 2.9. For some reason the orgunit hierarchy has been flattened - only the lowest level is displayed and there are no parents (see screen shot below). I have rebuilt the resource tables and cleared the cache. The parent units ar

[Dhis2-users] psqlodbc driver on 64 bit windows 7 computer

2012-08-08 Thread Wilson,Randy
I've just set up a new laptop and have not been able to find the correct psqlodbc driver to use with DHIS-2 running Postgres 8.4. The only drivers that install and show up in the ODBC drivers when I create a new data source are the x64 drivers. The other drivers seem to install correctly but d

Re: [Dhis2-users] psqlodbc driver on 64 bit windows 7 computer

2012-08-09 Thread Wilson,Randy
he 32 bid postgres driver is listed and you can create your data source as you like. Randy Wilson -Original Message- From: Jason Pickering [mailto:jason.p.picker...@gmail.com] Sent: Wednesday, August 08, 2012 4:10 PM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [

Re: [Dhis2-users] DHIS2 Data model diagram

2012-08-22 Thread Wilson,Randy
Hi Jason, Can you suggest a viewer to look at the .dia files? I couldn't find anything that matches on google. For the .neato files users can download the open source program graphviz at : http://www.graphviz.org/Download_windows.php Randy Wilson From: dhis2-users-bounces+rwilson=msh@lis

[Dhis2-users] Problem displaying translation of dataelements in data entry

2012-09-07 Thread Wilson,Randy
I'm not sure if others have had this issue, but in Rwanda we have some of our forms in both French and Kinyarwanda. We have translated all of the data elements and are using section forms. In theory, when we use section forms rather than custom forms, the data element names should change autom

Re: [Dhis2-users] Problem displaying translation of dataelements in data entry

2012-09-07 Thread Wilson,Randy
__ From: dhis2-users-bounces+rwilson=msh@lists.launchpad.net [dhis2-users-bounces+rwilson=msh@lists.launchpad.net] on behalf of Wilson,Randy [rwil...@msh.org] Sent: Friday, September 07, 2012 2:49 PM To: dhis2-users@lists.launchpad.net Subject: [Dhis2-users] Problem displaying

Re: [Dhis2-users] Problem displaying translation of dataelements in data entry

2012-09-10 Thread Wilson,Randy
o all Chrome users because clearing cache is a common issue we spend a lot of time on during training - and the built-in tools don't seem to work. Randy -Original Message- From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: Monday, September 10, 2012 12:25 PM To: Wilso

[Dhis2-users] Validation rule to enable specific numeric values only

2012-11-28 Thread Wilson,Randy
We have some data elements that have very specific data validation rules: values can be either 0 or 5, but not any other number (including 1,2,3,4) As a result, the Min-Max setting doesn’t work and I don’t see how one of the validation rules can be set up with two options for the same dataelement.

[Dhis2-users] Issues running iReport with custom datasource from within DHIS-2

2012-12-06 Thread Wilson,Randy
We have created a variety of custom iReports that pull data from the aggregateddatavalue, dataelement, organisationunit tables and a foreign table that stores PBF tariffs (included in the same database). They run fine in iReport preview and I can install them in the standard reports list, but w

Re: [Dhis2-users] Deleting data elements with data attached to them

2012-12-19 Thread Wilson,Randy
This can get a lot more complicated if you have already begun making charts, maps, report tables, etc and have saved favorites. You should also make sure that the dataelementid is not used in any of the following tables: Dataelementgroupmembers Mapview Chartdataelements Datadictionarydatael

[Dhis2-users] Help creating links to download materialized views

2012-12-20 Thread Wilson,Randy
In Rwanda we have found report tables and MyDatamart inadequate for the needs of many of the central level health programs. What they want is a dump of all the datavalues in specific dataelement and indicator groups along with the related orgunit hierarchy. We originally were doing this using

Re: [Dhis2-users] Help creating links to download materialized views

2012-12-20 Thread Wilson,Randy
f data and the pivot table drill-down/float-up capabilities are very helpful. I'm not sure how we can get around the need to drop and rebuild these tables. Randy From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: Thursday, December 20, 2012 10:51 PM To: Jason Pickering Cc: Wils

Re: [Dhis2-users] Help creating links to download materialized views

2012-12-21 Thread Wilson,Randy
orgunits). As a result we need to be able to create SQL views that include these foreign tables to be used as the datasources for standard reports. Randy From: Jason Pickering [mailto:jason.p.picker...@gmail.com] Sent: Friday, December 21, 2012 12:05 PM To: Lars Helge Øverland Cc: Wilson,Randy

Re: [Dhis2-users] GIS module issue displaying icons for facility layer view

2013-01-12 Thread Wilson,Randy
Thanks Jan, That did the trick. By the way when you save a facility map as a favorite it only reloads the boundry layer, not the facilities. Randy From: Jan Henrik Øverland [mailto:janhenrik.overl...@gmail.com] Sent: Friday, January 11, 2013 3:20 PM To: Wilson,Randy Cc: dhis2-users

Re: [Dhis2-users] User accounts import

2013-01-21 Thread Wilson,Randy
Hi Martin, Yes, we have done this quite a few times in Rwanda. I can send you the excel template and the SQL queries needed to update the various user table. The only thing we can't do is create the hashed password. Normally I send the spreadsheet to Knut or Bob Jolliffe and they create the

Re: [Dhis2-users] User accounts import

2013-01-21 Thread Wilson,Randy
Attached are some instructions and a template file that you can use to collect the data in excel - I would test on a local copy of the database before using on the production server. Randy From: dhis2-users-bounces+rwilson=msh@lists.launchpad.net [mailto:dhis2-users-bounces+rwilson=msh

[Dhis2-users] Example of iReport based on custom query on DHIS-2 demo site?

2013-02-14 Thread Wilson,Randy
We've been trying to publish iReports in our DHIS-2 instance using custom queries and parameters, but continue to receive errors. I was hoping to see some examples on the demo site, but they are all based on report tables. Could someone put some examples of iReports based on custom postgres que

Re: [Dhis2-users] Example of iReport based on custom query on DHIS-2 demo site?

2013-02-18 Thread Wilson,Randy
hanks, Randy From: Olav Poppe [mailto:olav.po...@me.com] Sent: Friday, February 15, 2013 9:49 AM To: Wilson,Randy Cc: DHIS Users Subject: Re: [Dhis2-users] Example of iReport based on custom query on DHIS-2 demo site? Hi, below is an example of an ireport using custom SQL, with report parameters

[Dhis2-users] Optimal settings for JAVA_OPTS on a 4 gig Windows 7 computer?

2013-02-22 Thread Wilson,Randy
Does anyone have suggestions for the optimal settings for JAVA_OPTS on a 4 gig Windows 7 64 bit OS? My computer hangs every time I try to run the DATAMART process. Current settings are: SET JAVA_OPTS=-Xmx6000m -Xms3000m -XX:MaxPermSize=500m -XX:PermSize=300m Randy Wilson _

Re: [Dhis2-users] Optimal settings for JAVA_OPTS on a 4 gig Windows 7 computer?

2013-02-22 Thread Wilson,Randy
Knut Staring [mailto:knu...@gmail.com] Sent: Saturday, February 23, 2013 2:46 AM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Optimal settings for JAVA_OPTS on a 4 gig Windows 7 computer? Hi Randy, This is proobably not the solution, but just yesterday I had a pr

Re: [Dhis2-users] Optimal settings for JAVA_OPTS on a 4 gig Windows 7 computer?

2013-02-23 Thread Wilson,Randy
Thanks Saptarshi. These settings worked like a charm. I guess I still need to add some more memory if I want to update our big dataset frequently. Randy From: Saptarshi Purkayastha [mailto:sun...@gmail.com] Sent: Saturday, February 23, 2013 3:23 AM To: Wilson,Randy Cc: dhis2-users

Re: [Dhis2-users] Exporting DHIS Tracker data

2013-03-04 Thread Wilson,Randy
Hi David, You might be able to create a view of the tracker data that you can use for analysis. I've done something similar in Rwanda for an infant death audit form that we've developed using the individual records module. I'm not using program stages - just single event without registration.

Re: [Dhis2-users] Data Entry Form

2013-03-24 Thread Wilson,Randy
Hi Adedayo, Sounds like it might be a cache problem. Have you tried to run the data entry form in Chrome's incognito or Mozilla private browsing windows? If that works then you should clear the browser cache as well as the cache under Data administration in DHIS2. Randy From: dhis2-users-bo

[Dhis2-users] Version 2.11 can't get datamart to start

2013-03-24 Thread Wilson,Randy
Hi all, I've just loaded version 2.11 - I like some of the new features, but I can't seem to get the datamart process to start. I ran resource tables and have scheduled the daily process to the level I want. But from within the Reports menu when I try to run for the last year I see a progress

[Dhis2-users] Any suggestions for partner reporting in DHIS-2?

2013-03-26 Thread Wilson,Randy
Hi all, Our HIV team works with civil society organizations and local partners to track a very simple list of services provided to persons living with HIV/Aids. The data elements themselves are all numeric so it would be easy to do in a regular data set, except that partners don't fit well in t

Re: [Dhis2-users] Population Definition

2013-03-26 Thread Wilson,Randy
In Rwanda, we have tried to keep things simple by entering only total population figures for province, district, sector and health facility levels for each year. We have then created indicators for each of the major target population groups by using census breakdowns and multiplying the total p

Re: [Dhis2-users] OptionSet and Yes-only Data Elements on Aggregated

2013-03-27 Thread Wilson,Randy
We've been working some more with the patient records module as well and have discovered that the category combinations don't render either. For example we have data we're collecting on number of VCT tests by different at risks groups (MARPS). I was trying to set up a data entry form with cate

Re: [Dhis2-users] OptionSet and Yes-only Data Elements on Aggregated

2013-03-28 Thread Wilson,Randy
nship between a partner (or source) table and the organisationunit table and make that part of datavalue table. Randy From: Jason Pickering [mailto:jason.p.picker...@gmail.com] Sent: Wednesday, March 27, 2013 10:43 PM To: Ola Hodne Titlestad Cc: Wilson,Randy; dhis2-users@lists.launchpad.net; James

Re: [Dhis2-users] Any suggestions for partner reporting in DHIS-2?

2013-03-28 Thread Wilson,Randy
rsday, March 28, 2013 7:51 PM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Any suggestions for partner reporting in DHIS-2? Hi Randy, on this issue there are lots of opinions - my recommendation would be to stick to the aggregate part of the system and leave ou

[Dhis2-users] unable to update data visualizer favorites in DHIS-2 version 2.10

2013-04-20 Thread Wilson,Randy
Perhaps this has been fixed in 2.11, but I can't seem to create or update visualizer favorites to add to the dashboard anymore in our version 2.10 build 9057 on our production server. I've created several dozen charts that work fine, but can't seem to do anything new. After saving I get the me

Re: [Dhis2-users] Cumulative numbers in DHIS2

2013-05-16 Thread Wilson,Randy
Hi Jim, This is very similar to the data element that many countries use for family planning users at the end of the month and you are right it is a bit of a pain that DHIS-2 doesn’t support this sort of analysis right out of the box. We have health facilities report this cumulative indicator

Re: [Dhis2-users] DHIS version 2.12 is released

2013-05-31 Thread Wilson,Randy
Just checked out the new data visualizer... great to be able to select category option combinations now! It seems that none of my favorites from version 2.11 work. Error message when I load them is: "No filter dimensions specified". We have created many charts for various dashboards. Is there

Re: [Dhis2-users] Define week start day for Weekly periods

2013-06-29 Thread Wilson,Randy
Hi Johannes, I'm not sure how DHIS-2 automatically creates the entries in the period table, but once they are created would one of the following options work? · Pre-fill the period tables with weekly records for several years forward, then hack the period table to reset the start/end d

[Dhis2-users] DHIS-2 version 2.12 - bug with saving indicators without denominators

2013-07-11 Thread Wilson,Randy
We've just upgraded all of our instances to 2.12 and it seems that none of the indicators of type number (i.e. with a denominator of one) are not calculating correctly. When I try to edit the numerators, I see that the expressions are well formed and can save the denominator, but when I try to

Re: [Dhis2-users] DHIS-2 version 2.12 - bug with saving indicators without denominators

2013-07-12 Thread Wilson,Randy
[mailto:morte...@gmail.com] Sent: Friday, July 12, 2013 4:53 AM To: Adebusoye Anifalaje Cc: Wilson,Randy; dhis2-users@lists.launchpad.net; DHIS 2 developers (dhis2-d...@lists.launchpad.net) Subject: Re: [Dhis2-users] DHIS-2 version 2.12 - bug with saving indicators without denominators Hi Randy Just

Re: [Dhis2-users] What causes data entry fields to go missing in the form?

2013-07-26 Thread Wilson,Randy
Hi Knut, I had a similar problem… when I changed form types from custom to section. In the end I had to create a new dataset and it worked ok. Randy From: Dhis2-users [mailto:dhis2-users-bounces+rwilson=msh@lists.launchpad.net] On Behalf Of Knut Staring Sent: Friday, July 26, 2013 1:35 P

Re: [Dhis2-users] DHIS can't connect to Postgres

2013-07-28 Thread Wilson,Randy
Hi all, Here is the standard hibernate file that works for me on a Windows localhost instance of DHIS-2. You should only have to change the varibles in bold. hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibernate.connection.driver_class = org.postgresql.Driver hibernate.connection

Re: [Dhis2-users] Any suggestions for partner reporting in DHIS-2?

2013-07-30 Thread Wilson,Randy
datavalue.periodtypeid= 4 and aggregateddatavalue.dataelementid in (SELECT dataelementid FROM public._dataelementgroupsetstructure where thematic_area='MARPS'); ALTER TABLE _view_healthfacilityhierarchy OWNER TO dhis; Do you have any other suggestions? Randy From: Lars Helge Øverland [mailto:la

[Dhis2-users] Has anyone developed a TB-MDR patient tracker module for DHIS-2

2013-07-31 Thread Wilson,Randy
Hi all, We’ve been asked to advise on software that the national level TB program can use to track TB multi-drug resistant patients. They are not collecting a lot of data, but want nominative lists to better follow outcomes. Has anyone done something of this sort using DHIS-2 patient tracker m

Re: [Dhis2-users] Problems with Individual Records / Single Events / Events Anonymous after migrating from version 2.11 to 2.12.

2013-08-05 Thread Wilson,Randy
Hi Jose, I had the same problem as your image of problem 2. When adding a new entry, the fields did not appear. The happened any time I changed the individual records data set by adding or subtracting data elements. I was able to resolve it by restarting the DHIS-2 instance. In the log we s

[Dhis2-users] Problem with data aggregation levels for population data

2013-08-08 Thread Wilson,Randy
We're having trouble with population data aggregation in DHIS-2 version 2.12. Our organizational unit hierarchy is the following: National - no pop data entered Provincial - no pop data entered District - pop data exists (selected as an aggregation level) Sub-district - no pop data entered Secto

Re: [Dhis2-users] [Dhis2-devs] DHIS 2 GUI in French

2013-08-21 Thread Wilson,Randy
Hi John, You also may need to clear your cache Or try to use a Chrome Incognito window. Randy From: Dhis2-users [mailto:dhis2-users-bounces+rwilson=msh@lists.launchpad.net] On Behalf Of Dan Cocos Sent: Wednesday, August 21, 2013 5:53 PM To: John Ojo Cc: dhis1-users; DHIS developers Su

[Dhis2-users] Where are custom dataelement/indicator attributes stored

2013-08-26 Thread Wilson,Randy
We're trying to extend our dataelement and indicator attributes with some custom attributes so that we can store our entire metadata dictionary for Rwanda. I have created the new fields and they display correctly, but I can't find the table where the attributes and their values are stored. We

Re: [Dhis2-users] Where are custom dataelement/indicator attributes stored

2013-08-27 Thread Wilson,Randy
Hansen Cc: Wilson,Randy; dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Where are custom dataelement/indicator attributes stored Hi Randy, its interesting to hear that you are using DHIS 2 for data dictionary purposes. The tables related to data element attributes are: attribute (you

Re: [Dhis2-users] Deleting old data elements

2013-08-28 Thread Wilson,Randy
Busoye is right. You need to make sure that the data elements are deleted from all the tables where they may appear (below is a list of most of them): Dataelementaggregationlevels Dataelementaggributevalues dataelementgroupmembers dataelementoperand datasetmembers datavalue datavalue_audit datav

[Dhis2-users] Problem selecting all districts in orgunit hierarchy in pivot table module

2013-08-29 Thread Wilson,Randy
I think I may have seen something related to this before but can't seem to get it to work. When I want to select all of the districts from the orgunit hierarchy for a pivot table, I can select any that are visible, but the remaining districts in Western province are not visible (off the screen)

Re: [Dhis2-users] Problem selecting all districts in orgunit hierarchy in pivot table module

2013-08-29 Thread Wilson,Randy
idea. Thanks, Randy From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: Thursday, August 29, 2013 12:01 PM To: Wilson,Randy Cc: dhis2-users@lists.launchpad.net Subject: Re: [Dhis2-users] Problem selecting all districts in orgunit hierarchy in pivot table module Hi Randy, On Thu, A

[Dhis2-users] Problem running JDBC data source iReport

2013-08-30 Thread Wilson,Randy
We've had to make a special query to retrieve text fields from a dataset developed in the aggregate data module. It runs fine in iReport, but when I try to run it as a standard report within DHIS-2 it get the following error. Does anyone have experience with this. Do I need to change my settin

Re: [Dhis2-users] SQL View Permissions

2013-09-06 Thread Wilson,Randy
I believe those table are blocked to prevent non-system administrators from viewing user data. If you have Pgadmin access or have installed PHPpgadmin on the server, you can run the queries there. SQL views in DHIS-2 are also problematic especially if you refer to any of the resource tables be

  1   2   >