Cube.AddAndExpandDimensionColumn

Syntax

Cube.AddAndExpandDimensionColumn(
    cube as table,
    dimensionSelector as any,
    attributeNames as list,
    optional newColumnNames as any
) as table

About

将指定的维度表 dimensionSelector合并到维度属性的 cube 筛选器上下文中,并通过扩展指定集 attributeNames来更改维度粒度。 维度属性将添加到表格视图中,其中包含命名 newColumnNames列( attributeNames 如果未指定)。