How to change comma format?
How to change comma format?
How to change comma format form (999.999.999,99) to -999.999.999,99?____I am using R&R for Windows Version 10+____Dusan
=> RE: How to change comma format?
Selecting comma format only allows for () negatives. If you want minus signs and commas you could create a calculated field using the TRANSFORM function.____TRANSFORM(-1234.56,"999,999.99) will return the character string__ -1,234.56____Kathleen__R&R Support