Problem/Motivation
Steps to reproduce:
- Create a sample node type
- Add a numeric decimal field
- Create 2 sample nodes with field values greater than thousand (e.g. 10000 and 20000)
- Create a view and select a numeric field
- Enable aggregation on the view
- Choose "SUM" aggregation type for the numeric field and select "Apostrophe" as a thousand marker
- Save the view
- Assert the output contains escaped
'
values
Proposed resolution
Make sure the '
(apostrophe) special character is not escaped.