PierreA
PierreA

Reputation: 11

Trouble filtering data in Dynamics 365 using the oData query with JSON API - what am I doing wrong?

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

Answers (0)

Related Questions