CSemrau Posted January 21, 2009 Share Posted January 21, 2009 I have a data field for mileage on an automobile. I need to add commas in the thousands place...Help eg. 9000 needs to be 9,000 Thanks in advance. Link to comment Share on other sites More sharing options...
Alex Marshall Posted January 21, 2009 Share Posted January 21, 2009 Hello, You can use the FormatNumber function in FusionPro to accomplish this. Simply create a rule as in this example: return FormatNumber("0,000",Field("MyNumberField")); Link to comment Share on other sites More sharing options...
CSemrau Posted January 22, 2009 Author Share Posted January 22, 2009 Thanks so much. It worked great. I had it close....just not functional! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.