Hi,
I managed to get calculated field on export_csv action. My problem is that I can't get the calculated field as a number in Calc. If I make the format with __display as 1.234,56 (using number_format()), it adds a ' in the beginning as '1.234,56, so it gets as text field. If I leave it on default number format (1234.56), then it doesn't add the ' but Calc doesn't let me change it to a number format as it does recognize the , as decimal pointer, not the dot.
Do you know how to correctly export a calculated field as a number?
Thanks in advance.