Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSRS expressions to get part of a string

    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))

Viewing post 1 (of 1 total)