Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have concatenate the city and pin code like this {studentdetails.city} & ":" & {studentdetails.pincode}
but the problem is that the output comes like this Mumbai:4,000,060.00
its giving me wrong answer.
i wants the answer like this Mumbai:4000060
so how can i solved this problem
Posted
Updated 1-Jun-12 10:33am
v4
Comments
Herman<T>.Instance 11-May-12 4:55am    
it is not clear to me what you exact want.

with: string.Format("{0} {1}"), studentdetails.city, studentdetails.pincode) you can concatenate. But what do you mean with formula fields?
Joshi, Rushikesh 1-Jun-12 17:12pm    
Both two answers has nothing with problem, problem is about Crystal Report Formula editor.

What it is displaying in Report, is it displaying correct pincode?

RJ
Durgesh Chauhan 5-Jun-12 13:42pm    
its displaying
Mumbai:4,000,060.00

no its not displaying in correct pincode
actually i want this format:Mumbai:4000060

Read below link

http://stackoverflow.com/questions/1968155/concatenate-crystal[^]

Hope this helps if yes then accept and vote the answer
 
Share this answer
 

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