Hi Jing ,
In Odata you can do it with filters with substring,
for example if the property name is matnrselection then filter on the collection would be
<servicedoc>/collection?$filter=substring('test',matnrselection)
Best Regards,
Goutham
Hi Jing ,
In Odata you can do it with filters with substring,
for example if the property name is matnrselection then filter on the collection would be
<servicedoc>/collection?$filter=substring('test',matnrselection)
Best Regards,
Goutham