Currently if I run MDX queries I get the formatted values like
123.456.789,01
What I want to achieve is that (period) is used as a decimal separator and (comma) as a thousands separator.
Is there any way to specify the separators/culture globally for all queries?