简体   繁体   English

SSRS Tablix过滤掉NULL

[英]SSRS Tablix filter out NULLs

I'm using Visual Studio 2012 and SQL Server 2012. 我正在使用Visual Studio 2012和SQL Server 2012。

I'm working on trying to filter out records in my Matrix and I have a column group called Description which is grouping records by Open, Assigned, Completed and NULL values. 我正在尝试过滤矩阵中的记录,并且有一个名为Description的列组,该列按Open,Assigned,Completed和NULL值对记录进行分组。 I'm currently trying to filter out that column group so that it only shows Assigned and Completed...and filters out the Open and the NULL. 我目前正在尝试过滤出该列组,以使其仅显示“已分配”和“已完成...”,并过滤出“打开”和“ NULL”。

I know that I right click on Tablix Properties and go to Filters, and I choose Description <> Open and it works. 我知道我右键单击“ Tablix属性”并转到“过滤器”,然后选择“描述<>打开”,它可以工作。 But how do I filter out the NULL records in that same section? 但是,如何在同一部分中过滤出NULL记录?

You can filter on nulls by using a formula like this: 您可以使用以下公式对null进行过滤:

在此处输入图片说明

在此处输入图片说明

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

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