Hello Team,
We have three views:
→ ScalarProperty{
#other fields
entity: Entity
}
→ Entity{
#other fields
entitytype: EntityType
}
→ EntityType{
externalId
}
Given this, from ScalarProperty view, can we use groupby
on entity.entityType.externalId
when querying instances and counting them using the query API, or is there another way to achieve this?