页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

(2)新建命名集时,NonEmptyCrossjoin函数放两参数的,因此涉及多个维度的都依次嵌套多层使用注意:维度的拖拽到维度下面的成员维使用注意:维度都是拖拽表维度字段下面的成员维使用

topcount(NonEmptyCrossjoin(维度1.members,NonEmptyCrossjoin(维度2.members,NonEmptyCrossjoin(维度3.members,维度4.members))),

10,

度量字段)

(3)若实际叉乘有null的话,得判断去空处理:(3)若实际叉乘有null的话,得判断去空处理,并且涉及的维度都是拖拽表维度字段下面的成员维使用:

topcount(filter(NonEmptyCrossjoin(维度1.members,NonEmptyCrossjoin(维度2.members,NonEmptyCrossjoin(维度3.members,维度4.members))),

...

and 维度4.currentmember.caption<> '#null'),

10,

度量字段)

Image RemovedImage Added

(4)建好命名集以后改为拖拽命名集作为维度即可,效果如图:

...