E
elcia
I experience errors when multiplying double values in repeating table rows.
It seems, that for decimal (currency) values, calculations use "." separator
and return values with "."
I use "," decimal separator in my regional settings (Eastern Europe). Thus
if I multiply 1*1*1 (1,0 * 1,0 * 1,0) i get 1.000 (=1000) instead of one (!).
The same calculation conducted in expression control, outside of the
repeating table returns 1, as it should.
Is there any solution or "get around" for this error (dividing by 1000 does
not work, since any two decimal digit number would cause a need for increase
in the dividing factor)....
--
thanks for any help!
elcia,
MCTS: SQL2005, XML
MCP
It seems, that for decimal (currency) values, calculations use "." separator
and return values with "."
I use "," decimal separator in my regional settings (Eastern Europe). Thus
if I multiply 1*1*1 (1,0 * 1,0 * 1,0) i get 1.000 (=1000) instead of one (!).
The same calculation conducted in expression control, outside of the
repeating table returns 1, as it should.
Is there any solution or "get around" for this error (dividing by 1000 does
not work, since any two decimal digit number would cause a need for increase
in the dividing factor)....
--
thanks for any help!
elcia,
MCTS: SQL2005, XML
MCP