I want to add an expression through BIDS that will allow me to combine a text description with the field data. In other words, I want to show the literal 'Description:', followed by the value of the Comment field from Share point. The result would display somehting like this...
Description: The customer clicks on the Start icon and nothing happens.
Hi BillM,
You can concatenate texts using the "&" character in an expression inside BIDS: ="Description: " & Fields!Comment.Value
Don't hesitate to contact us if you need further information.
Regards, Marien Monnier Enesys
Marien, that resolved the issue for me. Thanks very much for your help, as always!
Bill