Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的问题,我有一个包含结果的数据集。我想根据数据集中名为 type 的列向 tablix 添加行(即 1 tablix 的行类型为“100 或更少”。另一个表添加了类型为“100 或更多”的行)
我该怎么做?
谢谢你,乔尔
两种方式:
在两个表上设置 Visibility-Hidden 属性以仅显示您想要的数据。例如,在要显示“100 或更少”的表格上,单击“详细信息”行选择器以选中整行。在“属性”面板中,单击“可见性”上的 [+] 图标,然后在“隐藏”属性中键入以下表达式:
=Fields!Type.Value <> "100 or less"