我有一个网格图,其中包含下面的字段。我所看到的是,Example2字段对于所有行都有一个值,并且该值大于任何行中最大的Example1值。我期望的是Example2将等于Example1中的最大值。那是对的吗?有谁知道为什么我为Example2获得这个值?我还提供了下面的示例输出数据。
Example1:
Max({<Field1=>} Aggr(Sum({<Field2={'Value'}, Field1=>} StuffCount), Field1))
Example2:
Max({<Field1=>} TOTAL Aggr(Sum({<Field2={'Value'}, Field1=>} StuffCount), Field1))
Example Output:
Field1 Example1 Example2
tod 1 4
bob 0 4
eric 2 4