ODK reporting

Hi? Here is food for thought. Let me know what you think.

I am looking for solution on how to share report of data collection with
form users.

Scenario.

  1. Facility is audited using a form that calculates and gives points.
  2. I want to be able to share the results of the audit with each facility
    that was audited through ODK.
  3. Each facility can download from server and view result of its audit for
    particular period.

Thanks in advance.

Louis...

Louis,

You probably need to develop a dashboard that generates such reports for
different users and filters from the data collected through ODK, probably
have some graphs or charts indicating survey progress of each group etc.

··· On Tuesday, June 14, 2016 at 12:14:14 AM UTC+5, Louis Omoya wrote: > > Hi? Here is food for thought. Let me know what you think. > > I am looking for solution on how to share report of data collection with > form users. > > Scenario. > 1. Facility is audited using a form that calculates and gives points. > 2. I want to be able to share the results of the audit with each facility > that was audited through ODK. > 3. Each facility can download from server and view result of its audit for > particular period. > > Thanks in advance. > > Louis... >

Hi Louis,

We have such a system. If you're interested in a demo (account), please email me at trungle@rta.vn.

Hope to hear from you.
Trung.

··· On Tuesday, June 14, 2016 at 2:14:14 AM UTC+7, Louis Omoya wrote: > Hi? Here is food for thought. Let me know what you think. > > I am looking for solution on how to share report of data collection with form users. > > Scenario. > > 1. Facility is audited using a form that calculates and gives points. > > 2. I want to be able to share the results of the audit with each facility that was audited through ODK. > > 3. Each facility can download from server and view result of its audit for particular period. > > Thanks in advance. > > Louis...

Thank Ayoub for the suggestion.

I want to extend the use of ODK as much as possible.
I was considering it along this line. I pull the information and create
another form where all 'type' is "note".
Then user can somehow download that form.

The big question is how possible is it to fully automate this process?

··· On 14 Jun 2016 06:15, wrote:

Hi Louis,

We have such a system. If you're interested in a demo (account), please
email me at trungle@rta.vn.

Hope to hear from you.
Trung.

On Tuesday, June 14, 2016 at 2:14:14 AM UTC+7, Louis Omoya wrote:

Hi? Here is food for thought. Let me know what you think.

I am looking for solution on how to share report of data collection with
form users.

Scenario.

  1. Facility is audited using a form that calculates and gives points.

  2. I want to be able to share the results of the audit with each
    facility that was audited through ODK.

  3. Each facility can download from server and view result of its audit
    for particular period.

Thanks in advance.

Louis...

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Louis,

You'll need to follow these steps:

  1. Pull the information from database (ODK_PROD)
  2. Use PHP or some other server side language to generate ODK form from
    this information (i.e. Replace parts where information is needed in the
    form to the information from Database).
  3. Place this form on a downloadable location (i.e. Accessible via a URL)
  4. Modify ODK Collect (or make your own android application) that
    facilitates downloading of XML form from that URL to ODK/FORMS/ folder.

Hopefully that'll help.

Let me know if you need any further help regarding the specifics of these
steps.

··· On Tuesday, June 14, 2016 at 2:15:07 PM UTC+5, Louis Omoya wrote: > > Thank Ayoub for the suggestion. > > I want to extend the use of ODK as much as possible. > I was considering it along this line. I pull the information and create > another form where all 'type' is "note". > Then user can somehow download that form. > > The big question is how possible is it to fully automate this process? > On 14 Jun 2016 06:15, <tru...@rta.vn > wrote: > >> Hi Louis, >> >> We have such a system. If you're interested in a demo (account), please >> email me at tru...@rta.vn . >> >> Hope to hear from you. >> Trung. >> >> On Tuesday, June 14, 2016 at 2:14:14 AM UTC+7, Louis Omoya wrote: >> > Hi? Here is food for thought. Let me know what you think. >> > >> > I am looking for solution on how to share report of data collection >> with form users. >> > >> > Scenario. >> > >> > 1. Facility is audited using a form that calculates and gives points. >> > >> > 2. I want to be able to share the results of the audit with each >> facility that was audited through ODK. >> > >> > 3. Each facility can download from server and view result of its audit >> for particular period. >> > >> > Thanks in advance. >> > >> > Louis... >> >> -- >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "ODK Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to opendatakit...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> >

Louis,

Other automated options are to stream the data to Fusion Tables and
build custom views or download the data with Briefcase's CLI, export
to CSV, process those CSVs as you see fit and put them wherever (e.g.,
Dropbox).

Yaw

··· -- Need ODK consultants? Nafundi provides form design, server setup, in-field training, and software development for ODK. Go to https://nafundi.com to get started.

On Wed, Jun 15, 2016 at 10:06 AM, Ayub nrspaggregate@gmail.com wrote:

Louis,

You'll need to follow these steps:

  1. Pull the information from database (ODK_PROD)
  2. Use PHP or some other server side language to generate ODK form from this
    information (i.e. Replace parts where information is needed in the form to
    the information from Database).
  3. Place this form on a downloadable location (i.e. Accessible via a URL)
  4. Modify ODK Collect (or make your own android application) that
    facilitates downloading of XML form from that URL to ODK/FORMS/ folder.

Hopefully that'll help.

Let me know if you need any further help regarding the specifics of these
steps.

On Tuesday, June 14, 2016 at 2:15:07 PM UTC+5, Louis Omoya wrote:

Thank Ayoub for the suggestion.

I want to extend the use of ODK as much as possible.
I was considering it along this line. I pull the information and create
another form where all 'type' is "note".
Then user can somehow download that form.

The big question is how possible is it to fully automate this process?

On 14 Jun 2016 06:15, tru...@rta.vn wrote:

Hi Louis,

We have such a system. If you're interested in a demo (account), please
email me at tru...@rta.vn.

Hope to hear from you.
Trung.

On Tuesday, June 14, 2016 at 2:14:14 AM UTC+7, Louis Omoya wrote:

Hi? Here is food for thought. Let me know what you think.

I am looking for solution on how to share report of data collection
with form users.

Scenario.

  1. Facility is audited using a form that calculates and gives points.

  2. I want to be able to share the results of the audit with each
    facility that was audited through ODK.

  3. Each facility can download from server and view result of its audit
    for particular period.

Thanks in advance.

Louis...

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

how design progress report of project