I have a text field in one of my table cells that is currently like this from my SQL sproc:
AA, BB, CC
But in BIDS I want this textbox to look like this:
- AA
- BB
- CC
So I want to replace the commas with bullet points essentially. How can I convert it using an SSRS expression?
Ryan D