Re: [Dhis2-users] Parsing JSON Output from a Report Table

2014-09-05 Thread Jan Henrik Øverland
Hi Morina, without any js frameworks you can use JSON.parse(). This is supported by (roughly) - Internet Explorer 8+ - Firefox 3.1+ - Safari 4+ - Chrome 3+ - Opera 10.5+. Using a cross browser compatible js framework is recommended though. On Fri, Sep 5, 2014 at 7:56 PM, Morina Matasi wrote:

[Dhis2-users] Parsing JSON Output from a Report Table

2014-09-05 Thread Morina Matasi
Is there anyone with a sample script that parses JSON output from the WEB API of a report table? ___ 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] Start up issues

2014-09-05 Thread Lars Helge Øverland
Hi Amina, this time its the user settings. You might want to do this: delete form usersetting where name = 'keyUiLocale'; Note that this will clear the user interface locale for all users. regards, Lars On Wed, Sep 3, 2014 at 5:35 AM, Amina Abba Gana wrote: > Thank you Lars. > > We cleare

Re: [Dhis2-users] DHIS2 - Averaging over orgunits

2014-09-05 Thread Robin Martens
Hi Lars, Thank you. I thought so but couldn't find the reference. In the blueprint it is assigned to release 2.17, is this still being maintained? Regards, Robin From: Lars Helge Øverland [mailto:larshe...@gmail.com] Sent: 05 September 2014 18:24 To: Robin Martens Cc: dhis2-users; dhis2-d...@l

Re: [Dhis2-users] DHIS2 - Averaging over orgunits

2014-09-05 Thread Lars Helge Øverland
Hi Robin, I get your point. This has actually been raised before and we plan to support individual aggregation operators for the org unit and time dimensions. Blueprint here: https://blueprints.launchpad.net/dhis2/+spec/orgunit-hierarchy-aggregation-operator regards, Lars On Thu, Sep 4, 2

Re: [Dhis2-users] Any Good Manual HTML Reports??

2014-09-05 Thread Morina Matasi
:) This is brilliant! I love what I saw in there!! Thank you! On Fri, Sep 5, 2014 at 12:34 PM, Bob Jolliffe wrote: > Hi Morina > > You can see pretty much everything which is available (fonts, css, > javascript etc) in the source code repository here: > > http://bazaar.launchpad.net/~dhis2-dev

Re: [Dhis2-users] Convert SHP to GML in Windows 7

2014-09-05 Thread Guy Ekani
Thank's i will try it ! = Guy Le Jeudi 4 septembre 2014 12h05, henri claude moungui a écrit : Guy, I think you should convert using the latest version of QGIS (QGIS 8). you can donwload it from www.QGIS.org website. Sincerelly. Henri MOUNGUI Le Jeudi 4

Re: [Dhis2-users] Any Good Manual HTML Reports??

2014-09-05 Thread Bob Jolliffe
Hi Morina You can see pretty much everything which is available (fonts, css, javascript etc) in the source code repository here: http://bazaar.launchpad.net/~dhis2-devs-core/dhis2/2.16/files/head:/dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ Though naturally you'd

Re: [Dhis2-users] Any Good Manual HTML Reports??

2014-09-05 Thread Morina Matasi
One more question, I understand DHIS2 uses the jQuery library, now my question is, can I make calls to the jQuery library inside my HTML report? If that is possible, how do i determine the applicable jQuery Library version? Are there any other JavaScript libraries that I can utilize. On Fri, Sep

Re: [Dhis2-users] Any Good Manual HTML Reports??

2014-09-05 Thread Morina Matasi
Thanks. Looks like taking a look at the sample HTML Report is helping. On Fri, Sep 5, 2014 at 9:26 AM, Ola Hodne Titlestad wrote: > Hi Morena, > > My advice would be to look at some example reports and learn from that. > You could e.g. go to the online demo and look at the standard reports > t

Re: [Dhis2-users] DHIS 2.16 Upgrade - Failure of Importing Incoming SMS

2014-09-05 Thread Long Ngo Thanh
Hi Sam, Could you please do the following step: - Go to the SMS Command page and check if your Alert command is still there. - If it's still there, open that command and review all configuration to see if it's still the same. Then click the "Save" or "Ok" button to persist the command in the db.

Re: [Dhis2-users] Any Good Manual HTML Reports??

2014-09-05 Thread Ola Hodne Titlestad
Hi Morena, My advice would be to look at some example reports and learn from that. You could e.g. go to the online demo and look at the standard reports there: https://apps.dhis2.org/demo/dhis-web-reporting/displayViewReportForm.action You'll see at least on marked (HTML-based) in the name. Edit