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

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

    For distinct numeric order of a Tablix use following line of code in expression.

    =RunningValue(CountDistinct("YourTableName"),Count,"YourTableName")

提交回复
热议问题