Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago

Trouble with Format function when concatenating a string, locale is not respected

Hi, Im trying to create a text string that concatenates both a numeric value and a decimal value.     I'm using Text measure = FORMAT([Numeric value];"#,0") &" ( "&FORMAT([Decimal value...