Hello,
I have a computed text field. This looks up to numer field. The value in the computed text field bring down the decimal point but not the thousand seperator.
For e.g the number fiel value displays as 123,456.789
But the computed text field displays as 123456.789
How do I get the thousand seperator in to the computed text. I do not want to use a computed for display or computed field as the number of changes will be too much.
I was thinking along the lines of RegExp or formula equivalent of FORMAT LS Function.
Any suggestion welcome.
Thanks