在其他汇总计算中包括汇总字段

Include rollup field in other rollup calculation

我有三个实体。 entity1entity2之间存在1:N关系。 entity2entity3之间也存在1:N关系。

Entity2subgrid 表示 entity3 记录,total 字段计算 entity3 price 字段值。这很好用。

entity1 上还有一个子网格,代表 entity2 条记录,它包括 total rollup 条记录。当我尝试创建应为 rollup 的新 sum 字段并计算所有 total 字段的总和时,rollup 设置中没有添加该字段的选项。

是否可以将 rollup fileds 包含在其他 rollup 计算中,或者我可能有其他问题?

米洛斯,

您不能使用嵌套汇总字段。详细信息你可以在这篇文章中找到 - https://technet.microsoft.com/en-us/library/dn832162.aspx 段落 Rollup Fields Considerations:

Rollup field considerations

You should be aware of certain conditions and restrictions when working with rollup fields:

  • You can define a maximum of 100 rollup fields for the organization and up to 10 rollup fields per entity.
  • A workflow can’t be triggered by the rollup field updates.
  • A workflow wait condition cannot use a rollup field.
  • A rollup over the rollup field is not supported.