-1

I am using Crystal Report 13 with Visual Studio 2013. I want my numeric field type as 22,33,45,405.33 instead of 223,345,405.33.

My question is that if I add NumberGroupSizes(int[]{3,2,2,2,2,2,2}) of NumberFormatInfo and set it to current culture, and if I set the culture to reportviewer or something, it it possible to show number field value as my desire format?

halfer
  • 19,824
  • 17
  • 99
  • 186
user3352074
  • 145
  • 3
  • 14

1 Answers1

0

Use this formulla

ToText({numeric_field},"###,###,###.##")

Ankur Alankar Biswal
  • 1,184
  • 1
  • 12
  • 23