Reputation: 11
Good morning I'm currently trying to filter data from Dynamics 365 and facing a lot of issues filtering data. I need to filter data from a column. I only want data with character '_'.
Here is my request$filter=contains(AccountDisplayValue,'_')
This request return this error:
"message": "The type 'System.String' for the query operator is not Queryable!",
Thanks of your precious help
I try to filter data in oData query.
Upvotes: 1
Views: 317