Export to IR issue_datafield not being exported

Hello,

When exporting the list of incidents for monthly reports (i.e. copy/paste into excel based Incident Recorder) one data field related to legal assistance (y/no/undecided) is not being exported properly i.e when exported to excel sheet only ‘undecided’ shows. Survivors that answered ‘yes’ or ‘no’ have blank cell.

Help!

This is likely a bug in the excel export on v1.5.
A work around is to export to CSV (and then open that in Excel) and you can see the values are maintained. You can then copy the column into the original excel file

Helpdesk issue was created by Ian Lawrence: Export to IR issue

When exporting the list of incidents for monthly reports (i.e. copy/paste into excel based Incident Recorder) one data field related to legal assistance (y/no/undecided) is not being exported properly i.e when exported to excel sheet only ‘undecided’ shows. Survivors that answered ‘yes’ or ‘no’ have blank cell.

New public comment was posted to Helpdesk by rodrigo@jozian.com

Fix pushed to https://github.com/primeroIMS/primero/pull/15.

New public comment was posted to Helpdesk by rodrigo@jozian.com

The value of legal_couseling was coming as string but code was expecting boolean.