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.
现在,我看到有一些快速的方法可以得到像 Sum/Avg/Max/Etc 这样的东西。在 GoodData 中构建表时用于两行或多列。
快速总选项
我正在构建一个显示上周和前一周的小表格,并且试图显示它们之间的差异。
所以如果第一列是100,第二列是50,我想要'-50' 如果第一列是25,第二列是100,我想要'75'
是否有捷径可寻?
让我们考虑,第一列包含度量 #1 的计算结果,第二列包含度量 #2 的计算结果,您可以简单地创建一个度量 #3,将其定义为 (metric #1 - metric # 2) 反之亦然。