1

我在 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中可能吗?

先感谢您

阿德里安娜

4

1 回答 1

0

你不能在你的客户中这样做吗?您是要在 SSRS、应用程序或其他东西中显示它吗?

于 2010-01-28T00:48:53.423 回答