Need new line in email address

  • I have an SSRS report where one column is an email address. I need to make the email addresses do two lines where they start a new line at the @ sign. This did not work for me: =Fields!Email.Value & chr(10) & chr(13) & "@"

    I have: name@yahoo.com

    I want:

    name

    @yahoo.com

  • I can't verify, but try this ...

    =REPLACE(Fields!Email.Value,"@", vbCrLf & "@")

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply