Quote:
Originally Posted by BetterRed
Would it be possible to write a template function (see Preferences->Advanced->Template functions) that formats numbers with commas and a period in the anglo-normal way, and does the regex to change the comma's into space and the period (if any) into a comma.
Then use that template in integer and float column definitions.
|
I don't know. The formatting appears to just be calling a Python format function. I don't know if that can be extended in a way that it can be used here.