Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
Chrome now works on new Version, but on currency field it round to 0 Decimalplaces.
So i must change back to old Version and Chrome didnt work again.
Every use Chome now
Please Help Thanks
I have testet Decimalplace Error ist also in Version 2019.3.5
on Version 2019.3.3 all works correct
I found out the Problem must be on older Reports.
When i open new report on refreshed Web application it works so long i didn't open an older Report.
When i open an older Report so the New Report also wrong.
I habe checked Json File for working und wrong Reports: The field should be the same Format:
Stimulsoft Version 2019.3.6
working Report:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"GroupSeparator": ".",
"PositivePattern": 3,
"Symbol": "€"
},
wrong Report:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"DecimalDigits": 0,
"GroupSeparator": ".",
"State": "DecimalDigits, CurrencySymbol",
"PositivePattern": 3,
"Symbol": "€"
}
Error found:
In new Version 3.6 and 3.5 Stimulsoft adds automaticly "DecimalDigits": 0 and "State": "DecimalDigits, CurrencySymbol" to field on
Version 3.4 it works normal
The Same Report and field in Json View:
Version 2019.3.6:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"DecimalDigits": 0,
"GroupSeparator": ".",
"State": "DecimalDigits, CurrencySymbol",
"PositivePattern": 3,
"Symbol": "€"
}
Version 2019.3.4:
"TextFormat": {
"Ident": "StiCurrencyFormatService",
"NegativePattern": 8,
"DecimalSeparator": ",",
"GroupSeparator": ".",
"PositivePattern": 3,
"Symbol": "€"
}