Hi Experts,
I am using a list control for master detail template and successfully binded Entityset fields to display in list.
Now how can use filter query and bind it to list control.
/sap/opu/odata/SAP/MYNEWSERVICE_SRV_02/SalesDetailSet?$filter= Soldtoparty eq '100'
the filter query results with multiple values which are to be binded. to List control. Currently SalesDetailSet all values are binded to list.
Are there any sample code to use as reference, please suggest.
Thanks in advance
Kumar