How to specify an order for the columns in a matrix?

后端 未结 7 1417
醉话见心
醉话见心 2021-02-05 04:55

I\'m working on a SQL Reporting Services report (in VS.Net 2005) which displays a count of different data in a matrix. The columns have a count on the amount of customers in a c

7条回答
  •  感动是毒
    2021-02-05 05:48

    This can also be done by adding a new column to the query for the sort order. Then right click the column group from the matrix and select group properties. On the left hand side select sorting. From here you can specify another column to sort by instead of the column header. No custom formula needed.

提交回复
热议问题