Have KPI (new) exports to Excel format dates and numbers as such

The main reason why I’m still using the legacy reports as opposed to the new report format is because one can filter the “today” column of the report very easily in the old format. The column is recognized as a date column in excel and you can filter by month, year etc.

In the new format, the date field is stored as text and there’s no way to quickly filter a full month or year.

Request you to please fix this issue, as the downloading of the new report is more straightforward and I’d really like to start using it.

There’s an open issue at https://github.com/kobotoolbox/kpi/issues/1266. It’s unfunded, but hopefully we’ll address it soon.

1 Like

@jnm
The new export feature just rocks, hopefully we can also get the date columns in the right format? :slight_smile:

2 Likes

@ks_1, this is a long-standing issue that hopefully we’ll tackle soon :+1:

1 Like

Dear @Josh,
Great, thanks!
I would suggest, please, to do the same for KoBo export of numeric variables from a form (as it is done already for KoBo _internal vars, like _index).
Also _varname (leading underline) is invalid for SPSS.
Kind regards

Hi @wroos, I am currently working on the data-type export issue at the moment. Thanks for noting the issue with leading underscores and SPSS. In your experience, is it preferable to strip the leading underscore (or similar solution to keep the variable) or discard variables with leading underscores?

Hello,
Keep them ALL, please.
As current workaround: We just add/edit in Excel a prefix like “SYS …” before, e.g. SYS_id. (And also replace some __ inside with _).

For the dates, the most critical for transfer is the datetime type. Different to date, there is no simple edit option with Excel.

Another issue is the “/”, e.g. in the multiple choices. (Invalid for SPSS).
All future changes in the export file should correspond to the SPSS Label export, please.

There was further discussion before:
https://community.kobotoolbox.org/t/problems-converting-data-from-csv-to-spss/18695/4
https://community.kobotoolbox.org/t/kobo-outputs-numbers-are-stored-as-text/371/11
https://community.kobotoolbox.org/t/when-you-create-question-with-type-multiple-selection-not-support-for-spss-syntax-file/13122/8.

I doubt, if we want the following (see https://github.com/kobotoolbox/kpi/issues/1266):
“Select_One/Select_Many: If the response is a number, it should be stored as a number and not as a text string”.
There are Pro/Cons: If it becomes numeric, SPSS will probably change the MEASUREMENT LEVEL on import to Ordinal or Scale, instead of Nominal now (which is in most cases statistically correct). Also, such format change text to number is easy to do in SPSS.

1 Like

@wroos you can keep an eye on the issue here to track the SPSS changes:

This is not high-priority at the moment, but will be addressed.

2 Likes