Quote:
Originally Posted by davidfor
The possible advantage of that is that the value of #gr1 doesn't go through any formatting specified for the column. Though I don't know if the decimal point will be locale specific, so it could be a comma or a dot.
|
If the numbers come formatted with commas instead of dots then you might want to use raw_list instead of raw_field. That way you can choose an alternate separator, for example a colon.