Thousand separator
Hello,
I would like to display my number with the following format: 1'000.50 instead of 1,000.50
It was working with version 1, but it is apparently no longer the case with version 2.
Here's my code:
var num = new AW.Formats.Number;
num.setTextFormat("#'###.##");
Of course I don't want to use a "String" cell since the sorting would no longer work.
Thanks in advance for your help!
I would like to display my number with the following format: 1'000.50 instead of 1,000.50
It was working with version 1, but it is apparently no longer the case with version 2.
Here's my code:
var num = new AW.Formats.Number;
num.setTextFormat("#'###.##");
Of course I don't want to use a "String" cell since the sorting would no longer work.
Thanks in advance for your help!
Livio
July 17,