Hi,
Is it possible to have multiple currency group sizes for formatting? For example, en-IN (India) is formatted as 3 digits in the right most group, and 2 digits in all other groups (eg. 12,34,56,789.00)
This is supported in .NET CultureInfo, wondering if it is possible in the report or if it would be possible in future.
Thanks in advance!
Currency group size - multiple group sizes
-
- Posts: 6812
- Joined: Tue Mar 20, 2018 5:34 am
Re: Currency group size - multiple group sizes
Hello,
You can use the Culture property of the report.
Thank you.
You can use the Culture property of the report.
Thank you.
- Attachments
-
- Screenshot 2023-08-22 004713.png (64.71 KiB) Viewed 2715 times
Re: Currency group size - multiple group sizes
Thanks for the tip - would this have any impact on other parts of the report?
Currently we're just setting the currency format specifically for currency fields
Currently we're just setting the currency format specifically for currency fields
-
- Posts: 6812
- Joined: Tue Mar 20, 2018 5:34 am
Re: Currency group size - multiple group sizes
Hello,
Yes, that option for all components formats.
Thank you.
Yes, that option for all components formats.
Thank you.
Re: Currency group size - multiple group sizes
Can you please add support for it in StiCurrencyFormatService too? Currently that will only support a single group size
-
- Posts: 6812
- Joined: Tue Mar 20, 2018 5:34 am
Re: Currency group size - multiple group sizes
Hello,
You can use the custom format:
https://learn.microsoft.com/en-us/dotne ... at-strings
Thank you.
You can use the custom format:
https://learn.microsoft.com/en-us/dotne ... at-strings
Thank you.