Viewing post 1 (of 1 total)
Hi Gaz,
Thanks for the response.
I tried the below expression and it worked.
=Mid(Fields!group_name.Value, InStr(Fields!group_name.Value,"_")+1, (InStr(Fields!group_name.Value, "-") - InStr(Fields!group_name.Value, "_") - 1))
April 14, 2013 at 2:20 pm
#1606321