2

I want to concatenate city and pincode field in crystal report. I have tried:

{datafield1.city}&"-"&{datafield2.pin}

It is displaying ex: Mangalore-568,757.00

But I want mangalore-568757

1
  • 3
    Duplicate of this question? Commented Mar 28, 2013 at 6:04

1 Answer 1

5
{datafield1.city}&"-"&totext({datafield2.pin},"#")
Sign up to request clarification or add additional context in comments.

1 Comment

To add to this answer, the "#" is the format string for the text conversion.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.