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.
我需要创建一个柱形图,其中包含我的数据集中的大部分(但不是全部)类别。例如,我的数据集的类别是 {x, y, z},我需要柱形图来仅显示 {x,y} 的数据。如何在 Pentaho Report Designer (PRD) 中执行此操作?
谢谢
通过执行以下操作,我已成功排除了 Pentaho Report Designer (PRD) 柱形图中的数据点:
=if([category_name]= "value to be excluded";null(); [category_name])