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.
有人可以告诉我为什么这不起作用吗?
我将“列可见性”设置为“根据表达式显示或隐藏”
表达式如下:
=IIF(Globals!RenderFormat.Name = "CSV",True,False)
保存为 CSV,列显示。
对于 CSV 呈现方法,格式选项(例如可见性表达式)将被忽略。CSV 呈现方法本质上是数据流,因此您可以通过将 DataElementOutput 从默认值 Auto 更改为 NoOutput 来抑制不想包含在 CSV 文件中的元素。