Hi,
I am trying to replace each string in a text field with an image.
my table contains 2 columns and in the second column there is a linebreak with values:
P1 | A
B
C
P2 | A
B
C
I am trying to replace the values "A" with "image1.jpg", values "B" with "image2.jpg", values "C" with "image3.jpg"
Can this be done in SSRS?
Thanks