Viewing 2 posts - 1 through 2 (of 2 total)
Thanks you for your insight below86. I believe I fail to mention I am using a Store Procedure and can not freely write a Text SQL in the report. I...
September 29, 2022 at 7:02 am
#4093287
Thank you MarkP and SSChampion. I was thinking something in the same line as yours, and incorporated both ideas and came up with this:
Mid(Fields!Field.Value, 1, Len(Fields!Field.Value) - InStr(StrReverse(Fields!Field.Value), "("))
At first...
September 22, 2022 at 8:14 am
#4090662