SSRS Interactive Sorting on the Column grouping

Navinkumar Kanagaraj 86 Reputation points
2022-05-11T11:58:08.423+00:00

I have a tablix and I have a row group and a column group on top of it.

I want to apply interactive sorting on top of the Column grouping.
That it should work like, the Rows groups/ rows in the tablix should be sorted based on the attribute values.

200880-image.png

What I want is :
200940-image.png

When I click sort button near to caps, the value "AWC Logo cap" should go the top and the Row related to it also should to the top. (the Row I want in the top is highlighted in red.)

201051-image.png

is there any possibility. Because i have tried interactive sorting with applying Choose what to start as "Category", in the interactive sorting option and sort by as "Product Name", and apply it to the Category data group.

but it throwed an error that scope can't be in different axis.

Please provide me some Clarity!

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,970 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,601 Reputation points
    2022-05-12T02:18:40.017+00:00

    Hi @Navinkumar Kanagaraj
    Follow these steps to set it up:

    1. Set up interactive sorting, when clicking the sorting icon, the product names will be sorted according to the first letter.

    201199-01.jpg

    2. Set the expression of [Product_Name] font as follows: =IIF(RowNumber("Subcategory") = 1, "Red", "Black")

    201180-02.jpg

    3. Preview

    201129-03.jpg
    201216-04.jpg
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.