Closed wog48 closed 1 month ago
Can you please provide an example for the above mentioned scenario using the entities defined in sap-jpa project? I can't reproduce the issue. For example, I tried Organizations?$expand=Roles($count=true)
and it succeeds without error.
@dbhandari555 The example you use has no join table. Try JoinSource?$expand=OneToMany($count=true)
.
ok I got you. I can see the reproduce with JoinSources?$expand=OneToMany($count=true)
The issue shall be fixed with 2.2.0
When trying to get the number of expand entities e.g., .../entitySet?$expand=navigation($count=true), the service response with a http 500. The error message states:
ON condition right attribute is null / not found.