I have the folliwing two fields, want tp concatenate:
=Fields!sequenceno.Value & =Fields!LogType.Value
Thank you very much for the information.
Convert the integer to a varchar explicitly.
Adamus
|||Remove the second equals sign.
=Fields!sequenceno.Value & Fields!LogType.Value
No comments:
Post a Comment