Invalid Aggregate(無効なAggregate)エラー
Invalid Aggregate
エラーは、以下の状況で発生します。
-
The <aggregate> cannot join data from multiple databases.Change it to only use entities from a single database
複数のデータベースのエンティティを使用しています。
Aggregateを変更して、1つのデータベースのエンティティのみを使用するようにします。
-
The <aggregate> cannot have multiple join conditions with the same entities.Either remove the join conditions, or change them to stop using the same entities
同じエンティティを結合する結合条件が複数あります。
Aggregateの結合条件を変更し、複数の結合条件で同じエンティティを使用しないようにします。
-
Cannot calculate the <aggregate> of the <column name> column since it is <data type>
集計列で集計関数の計算を試行しましたが、その関数を集計列のデータ型に適用できません。
集計関数の適用時に作成されたアトリビュートを削除するか、集計列の式を変更します。
エラー行をダブルクリックすると、エラーのソースに直接アクセスできます。