Hi,
I want every record that doesn't contain a specific word.
I've tried the following:
"not(contains({Field}, '{Value}'))" resulting in "Client requests that contain ''Not'' filter options are not supported by Dynamics 365 Business Central OData web services."
"not contains({Field}, '{Value}')" resulting in "Client requests that contain ''Not'' filter options are not supported by Dynamics 365 Business Central OData web services."
"indexof({Field}, '{Value}') eq -1" resulting in "Client requests that contain ''indexof'' filter options are not supported by Dynamics 365 Business Central OData web services."
Can anyone explain why this is happening and why these things are not supported while the documentation here says that it does and how I can fix this?\
learn.microsoft.com/.../use-filter-expressions-in-odata-uris