Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,
i am using crystal reports in vb 2008.

i am facing problem from long time to display numeric value with thousand seprator.

in crystal report numeric value shown as 116,791.00

but i want to display as indian format like 1,16,791.00

without changing client side system setting.

please help me to solve this problem.
Posted
Updated 11-Jan-12 21:28pm
v3

 
Share this answer
 
Try this
ToText ({YourReportField}, "##,##,##,##0.00", 2)

Ref: http://khanrahim.wordpress.com/2011/04/25/customized-thousand-separator-in-crystal-report/[^]
 
Share this answer
 
Comments
Nathansathya 12-Jan-12 3:39am    
tks....i Want to add Currency Symbol with that..its possible?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900