Bug 30293 - ODS report download inserts apostrophe in front of numerical results
Summary: ODS report download inserts apostrophe in front of numerical results
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-14 15:10 UTC by hebah
Modified: 2022-11-17 00:35 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hebah 2022-03-14 15:10:05 UTC
When numerical report results are downloaded as ODS format, an apostrophe is inserted in front of the numbers. The result of this is that most functions in spreadsheet programs will not work since the software then doesn't consider those values numbers.
Comment 1 Katrin Fischer 2022-11-17 00:35:15 UTC
Confirmed in master. My test report was 'select * from aqorders', because acq has a lot of numerical values.
I am not sure how this can be solved - we'd probably send/set a datatype somehow?