arranging the data in a group in SSRS

  • I have a table ,2 groups

    One group is County,other is Counselor

    County is the parent to the Counselor group.

    Now in the Counselor group the data related to counselor="No Counselor" should display first and then remaining data.

    How can I acheive this.

    Thanks in advance

  • Here you go:

    Select Row Group --> Click Sorting --> Click Add button and write following expression:

    =IIF(Fields!Counselor.Value = "No Counselor"," ",Fields!Counselor.Value)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply