You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Hello,
I've applied the following settings in the file localization.cf :
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<localization>
<default>fr</default>
<format>
<shortDatePattern></shortDatePattern>
<longDatePattern></longDatePattern>
<shortTimePattern></shortTimePattern>
<longTimePattern></longTimePattern>
<shortDateTimePattern></shortDateTimePattern>
<longDateTimePattern></longDateTimePattern>
<numberPattern># ##0,00</numberPattern>
<currencyPattern># ##0,00</currencyPattern>
<integerPattern></integerPattern>
<percentPattern></percentPattern>
</format>
</localization>
</configuration>
I've reloaded the config and refresh the web page.
Then I specified the format "number" with 2 decimals and thousand separator on the measures.
This format is properly applied on the preview of the list in standard mode but not applied once the pivot mode is enabled.
It comes back in the format: x,xxx.xx
NB: , is specified as decimal separator on the user.
In a 2nd test, I tried to modify the file like below :
<default>en</default>
reload the config
connection in language EN
When the format has not been specified
- result in standard dynamic list : x xxx,xx
- result in pivot mode : x,xxx (no decimals displayed)
When the format is specified to number with 2 decimals and thousand separator
- result in standard dynamic list : x,xxx.xx
- result in pivot mode : x,xxx.xx
Maybe I missed something to have the same format x xxx,xx in both modes.
Offline
Hi FLU73,
I raised ticket RS-3282 for this. We will investigate why the format is not consistent in both modes.
Regards,
Eduardo
Offline