【发布时间】:2020-11-06 00:56:52
【问题描述】:
我想得到的是列表中所有产品的平均ScoreOverall。我尝试添加一些关系,但无法在嵌套级别获得 aggregate“端点”。
数据模型:
List
|--ListProducts (linking table, one list to many products)
|--ProductScore (joined view)
|--ScoreWeighted (value I want the average across all products in this List)
关于什么是最好的方法的任何线索?
【问题讨论】: