Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,
In my project am using crystal report for reporting purpose,in that I want to display the indian currency symbol.And I googled that also i didn't get any solutions.please suggest some solutions to solve this issue.
Posted
Updated 22-Apr-14 1:45am
v2
Comments
[no name] 22-Apr-14 9:41am    
http://stackoverflow.com/questions/23218719/how-to-include-currency-sign-in-crystal-reports-formula

1 solution

 
Share this answer
 
Comments
thatraja 22-Apr-14 8:27am    
5!
Sabari Karthik 22-Apr-14 8:37am    
if i use this code
If {Tablename.Fieldname} = "Rupee" then (Totext({Tablename.Fieldname},"#,###.00") & ChrW(8360) means am getting only "Rp" symbol alone
Ankur\m/ 22-Apr-14 23:49pm    
Check the relevant unicode for the symbol then.

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