[Dhis2-devs] import metadata error

2013-07-27 Thread easy
import goes well but when go on till importing user group,error occured: :54:00 CST 2013, message: Importing 2 UserGroups] (InMemoryNotifier.java [taskScheduler-1]) * ERROR 2013-07-28 00:54:12,479 Unexpected error occurred in scheduled task. (TaskUtils.jav [taskScheduler-1]) org.hibernate.Trans

[Dhis2-devs] Missing translation functionality for orgunits?

2013-07-27 Thread Knut Staring
It seems there is no translation icon in the list of orgunits (e.g. like the one for dataelements)? -- Knut Staring Dept. of Informatics, University of Oslo +4791880522 http://dhis2.org ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : d

[Dhis2-devs] Fw:[Dhis2-users] PT: can get data, but can't display in table.

2013-07-27 Thread easy
I have made a table, the printed out sql like: Time: 21569 micros: Analytics SQL: select de,uidlevel2, sum(value) as value from analytics_2012 where de in ('wszycw02002') and uidlevel2 in ('11') and (Yearly in ('2012')) group by de,uidlevel2 got data sql query: "wszycw02002";"11 ";

Re: [Dhis2-devs] Why no Category Combinations for Patient Domain type data elements?

2013-07-27 Thread Jason Pickering
Hi John, Not really sure the entire approach makes sense. For the tracker module, you would typically have a tracker data element like "Received HIV prevention capacity building through step-down technical assistance" which would be a boolean (True/False). This would represent an event. Did they

[Dhis2-devs] Why no Category Combinations for Patient Domain type data elements?

2013-07-27 Thread John Ojo
Dear All, I have noticed that data elements defined with Patient Domain type cannot have category combinations. Please why is this so? I have a data element defined with Aggregate Domain type and the data element has category combinations (Sex + Organization type). Pls see the attached screenS

Re: [Dhis2-devs] generate resource table error

2013-07-27 Thread Jason Pickering
Hi Easy, I see what you are getting at and it might work, but I am not certain that the column names are being passed as escaped UNICODE. It seems as if they are not, because you should get something as a column name, as opposed to it being blank. As a test, look at this code (or run in pgAdmin)

[Dhis2-devs] Javascript Mapshaper: new foundation for polygon handling in DHIS2?

2013-07-27 Thread Knut Staring
Mapshaper now comes in a completely new implementation and interface, and can also produce javascript formats directly. https://github.com/mbloch/mapshaper#mapshaper Furthermore, since it is now implemented in javascript and open sourced, it should be possibly to achieve closer integration with DH