-Lisa- Posted February 23, 2012 Share Posted February 23, 2012 Does anyone have a rule that will add a comma to a field that contains numbers? For instance, the file in my data will have a number such as 7200. I need it to compose as 7,200. Thanks! Link to comment Share on other sites More sharing options...
scubajbc Posted February 23, 2012 Share Posted February 23, 2012 return FormatNumber("#,###", Field("myfield")); Link to comment Share on other sites More sharing options...
-Lisa- Posted February 23, 2012 Author Share Posted February 23, 2012 Thank you! I tried that but it wasn't working for me so I thought maybe something changed. I'll re-check that I have everything correct. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.