简体   繁体   English

将SSRS结果按单元格背景颜色分组

[英]Grouping SSRS results by cell background color

I have created a report in SSRS which shows Disk information on multiple servers, and it is set so that background cells turn orange if free space is under 20% and red if under 10%. 我在SSRS中创建了一个报告,该报告显示了多台服务器上的磁盘信息,并且对其进行了设置,以便如果可用空间不足20%,则后台单元变为橙色,如果不足10%,则单元为红色。 I would like to have the RED cells (critical disks needing cleaning) at the top of the report. 我想在报告顶部放置RED单元(需要清洁的关键磁盘)。

Is there a group expression I can make to achieve this (grouping by back ground color or % < 10)? 我可以通过分组表达来实现这一点(按背景色分组还是%<10)? I couldn't figure it out. 我不知道。 No questions on this online either from what I have seen 从我所见的情况来看,网上对此都没有问题

Thanks! 谢谢!

You can simply order by the percentage of free disk space ascending. 您可以简单地按可用磁盘空间百分比递增的顺序进行排序。

Putting this as an answer as I genuinely think this is it! 以此为答案,我真的认为是这样!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM