我在MDX中使用此查询来计算度量
topcount(nonempty([StatusPlanes].[Status].Status.members,[Measures].[Planes]),1)(0).member_caption
这会给我带来这个结果
Dimension1 Measure
Center 1 'Status 1' ---> i want this text blue
Center 2 'Status 2' ---> i want this text in red
Center 3 'Status 3'
Center 4 'Status 2'
我想要做的是根据状态添加一些颜色......这可能在mdx中吗?
提前谢谢
阿德里安娜
答案 0 :(得分:0)
你不能在你的客户端做到这一点吗?您是尝试在SSRS中,还是在应用程序或其他内容中显示此内容?