cancel
Showing results for 
Search instead for 
Did you mean: 

Culture NumberFormat change and thousand/hundred seperator positioning

Former Member
0 Kudos

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. I googled all day long.

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

thanks

sabbir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi sabbir,

Use this formulla

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

Answers (0)