Hi,
How to use not equals startswith filter in odata v4.
Best,
Lokesh K.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Mar 6, 2017, 10:45 AM
Lokesh KPosted Mar 6, 2017, 9:25 AM
not startswith(Department,'AC')
startswith(Department,'AC') eq 'False'
startswith(Department,'AC') ne 'True
startswith(Department,'AC') eq false
startswith(Department,'AC') eq 0
Suvendu Shekhar GiriPosted Mar 6, 2017, 4:38 AM