Problems with StrToValue and non-english regional settings -
01-05-2004
, 08:54 AM
Hi,
in my AS-Cube (german OS, german version of SQL-Server) I'm using StrToValue
for a calulation with dimension properties, that looks like this example:
CalcMeasure = StrToValue(Product.currentmember.Properties("myFac tor")) *
Measures.Volume
The property is a decimal value, which looks like "1,85" using german
settings and "1.85" using english settings.
The conversion with StrToValue only works when I switch the locale settings
from "German" to "English".
Are there any possibilites to make the same things run in a non-english
system environment or is this a kind of limitation of StrToValue?
Regards,
Matthias |