-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! Quote Link to comment Share on other sites More sharing options...
scubajbc Posted February 23, 2012 Share Posted February 23, 2012 return FormatNumber("#,###", Field("myfield")); Quote 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.