on ‎2025 Feb 20 5:31 AM
I am using odata v4 have to do filtering on a property in associated entity and url is as below.
Product$count=true&$expand=_ProductDescription($select=ProductDescription),_ProductPlant($select=Plant;$filter=Plant eq '1710')Product is the entity and _ProductDescription, _ProductPlant are associated entities and filtering is required on plant which is property of _ProductPlant
I have tried as below but its not working and expecting in the format of _ProductPlant($select=Plant;$filter=Plant eq '1710'). What is the filter syntax in sapui5 code for this...
new Filter("_ProductPlant/Plant", FilterOperator.EQ, 1710))
Request clarification before answering.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.