geruiz Posted July 3, 2024 Posted July 3, 2024 Hi, I need to change the decimal separator characters. I found that it can be configured in 'bundles/jasperserver_config.properties' under the keys: 'client.delimiters.decimal' and 'client.delimiters.thousands' for the corresponding language. However, when I make the change, the application ignores it and the ad hoc view show numbers with the default separators for the locale. Is it possible to make this change? Thanks
Domenico Donofrio Posted July 5, 2024 Posted July 5, 2024 (edited) Hello geruiz, it is possible, but the format for Ad Hoc View are set in adhoc_masks.properties. You will have to change the '*dec*' mask Edited July 5, 2024 by Domenico Donofrio
geruiz Posted July 11, 2024 Author Posted July 11, 2024 (edited) Hello Domenico, in the adhoc_masks.properties file there are only masks. The decimal delimiter characters are in the jasperserver_config.properties file. Indeed, it is a JavaScript error. As shown in the images I am sharing, the server's response includes the correct characters, but they are not applied correctly afterwards. In this example, I expect that the number displayed as '0,05167958' will appear as '0.05167958' when the language is Spanish. I'm using Jasperserver 8.2.0 Thanks Edited July 11, 2024 by geruiz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now