I am trying to write an expression to concatenate a string but I get an error message when I save the report. What could be the problem? Thanks for any help.
=Fields!address.Value&","&Fields!city.Value&","&Fields!zipcode.Value&","&Fields!state.Value
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .Value must be separated from the & with whitespace, otherwise it will not work.