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.
我们正在 OBIEE 中创建数据透视表,如果这些列为空,我们需要隐藏数据透视表中的列。在 Oracle OBIEE 中是否有任何隐含的方式来执行此操作?提前致谢
不,你不能。出于非常简单的原因,数据透视表是一个交叉表并且会交叉数据,因此您永远无法确定您所称的整个“列”仅检索 NULL。这根本没有意义。