col.xyz.formatnumber.groupingSeparator

Use this property to change the grouping separator when using the col.xyz.formatnumber property

Class

column

Property

col.xyz.formatnumber.groupingSeparator

Formal specification

col.xyz.formatnumber.groupingSeparator = <symbol>

Required

no

Default

,

Version

1.20.2

Comment

 * The property is only applied when the col.xyz.formatnumber is used. 

Example



Assume price = 12345 col.price.formatnumber = $##,### returns '$12,345'   col.price.formatnumber = $##,### col.price.formatnumber.groupingSeparator = - returns '$12-345'



Reference