[Dhis2-devs] Retrieve a dataValue With DHIS Plugins

2016-04-18 Thread Guy Ekani
Hello Team, Please i will like to know if it's possible to retrieve a datavalue using DHIS Plugins to insert it on a web portal? If Yes How can i do that ? Sincerely, = EKANI Guy  ___ Mailing list: https://launchpad.net/~dhis

Re: [Dhis2-devs] Issue with /api/reportTables api

2016-04-18 Thread Aamer Mohammed
Hi Lars, I checked on demo (Version 2.22, Revision 21999). The reportTable 'ANC Coverages Quarterly' has below data [image: Inline image 1] Whereas the api https://play.dhis2.org/demo/api/reportTables/C0rhAq1oklh/data. json is n

Re: [Dhis2-devs] Issue with /api/reportTables api

2016-04-18 Thread Lars Helge Øverland
Okay now I see what you mean. Fixed now in trunk and 2.22. regards, Lars On Mon, Apr 18, 2016 at 1:36 PM, Aamer Mohammed wrote: > Hi Lars, > > I checked on demo (Version 2.22, Revision 21999). The reportTable 'ANC > Coverages Quarterly' has below data > [image: Inline image 1] > > > W

[Dhis2-devs] Dataset level attributes under smartphone and Android Data Capture app

2016-04-18 Thread Craig Hollingsworth
Hi, Hope you're well. Hi, I wondered if there are any plans to implement dataset level attributes for aggregate reporting in any of the mobile options. It seems at present this is not possible which somewhat limits their use for us. I had a quick look through the launchpad blueprints but can'

Re: [Dhis2-devs] Dataset level attributes under smartphone and Android Data Capture app

2016-04-18 Thread Araz Abishov
Hi Craig, Support of category combinations for datasets is on roadmap for android data capture application. Unfortunately, we cannot tell you when exactly it will be implemented, because of large amount of work we have to do for event and tracker capture android apps. Best Regards, — Araz Abi

[Dhis2-devs] Store array in Tracker Capture

2016-04-18 Thread Apoorv Patel
Hi, I am creating an Android app in which I am performing enrollments in the same way as Tracker Capture. I want to store an array while registering the enrollment. How can I create an attribute that will allow me to store an Array while enrollment? Thanks, Apoorv

Re: [Dhis2-devs] Store array in Tracker Capture

2016-04-18 Thread Erling Fjelstad
Hi Apoorv, I'm not sure I understand what your use case is. Feel free to extend *EnrollmentDataEntryFragmentForm.java *where you can set whatever data you retrieve from *EnrollmentDataEntryFragmentFormQuery.java(which querys the database). *You can retrieve the data from EnrollmentDataEntryFragment