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

后端 未结 7 1376
醉话见心
醉话见心 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:34

    This may be a bit convoluted, but we had a similar problem and no means to change the SQL. What we did was create a calculated field in the dataset that returns a number for each column and sorted the group on that number.

提交回复
热议问题