至于切片上的操作,可以使用维度中的特定项来定义切片并省略其他项(这将创建数据“切片”):例如,如果您有一个具有维度 A B 和 C 的“立方体”D,并且每个维度都有项 1 2 和 3,那么您可以通过此规则“=sum(D::a.1)”或更明确地通过此立方体定义切片上的总和“=sum(D::a.1:b.:c.)”,如果直接写在单元格中。
It is an early alpha multidimensional modeling engine. The main idea is to separate the model from the grid: dimensions, cubes, rules, and views instead of spreadsheet cell formulas.
I am looking for feedback from people who have built or maintained spreadsheet models, especially on whether the abstraction is understandable.