Delphi 中的 FastCube 2,隐藏度量的总数

问题描述

我在 Delphi 中使用 FastCube 2.0。

我有一个立方体和一个切片...我需要隐藏一列(度量)的 TOTAL。我如何在代码中访问它?

谢谢

解决方法

解决办法: fcxSliceSLICENAME.MeasuresContainer.Measures[0].UseDifferentAggForTotals := True; fcxSliceSLICENAME.MeasuresContainer.Measures[0].AgrFuncForTotals := af_Formula;

(0 表示要隐藏其总数的列的索引)