Answers to this can be found here: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=887100&SiteID=1
I got sorta the same problem..
|||FYI: Direct link to answer:
http://sqljunkies.com/WebLog/mosha/archive/2005/10/13/mdx_format_currency.aspx
Am I right in thinking that I should create a Script Command in the Calculuations tab to set the appropriate languages for my measures?
eg:
Language([Measures].[GBPEQUIV-SENSITIVIES]) = 2057;
Language([Measures].[GBPEQUIV-STRESS]) = 2057;
BTW: I also changed the server locale to English-UK to get a default setting.
|||Yeah I think you could do that, I have a script command like that with: Language(this) = 1053
No comments:
Post a Comment