-Lisa- Posted February 23, 2012 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!
scubajbc Posted February 23, 2012 Posted February 23, 2012 return FormatNumber("#,###", Field("myfield"));
-Lisa- Posted February 23, 2012 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.