Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

how to correctly use not-like operator in FetchXML ?

Posted on by 235

In below FetchXML I m trying to do basic not-like operator demo (get records which do not have a 'sample' in name) but records returned are not as expected. Can you please guide where I m doing wrong. Thanks

<fetch mapping='logical'> 
           <entity name='account'>
                      <attribute name='accountid'/> 
                      <attribute name='name'/> 
                             <filter type='and'>
                             <condition attribute='name' 
operator='not-like' value='sample'/> </filter> </entity> </fetch>


Sample Data:

111111.PNG

*This post is locked for comments

  • Verified answer
    Haansi Profile Picture
    Haansi 1,431 on at
    RE: how to correctly use not-like operator in FetchXML ?

    CRM 'Advanced Find' let user build queries. It generates fetch XML behind which can be viewed and downloaded.

    Back to your query you are doing exact match. Replacing sample with %sample% will return required results.

  • Suggested answer
    BharatPremji Profile Picture
    BharatPremji 2,485 on at
    RE: how to correctly use not-like operator in FetchXML ?

    Hi,

    Try this:

    <condition attribute="name" operator="not-like" value="%sample%" />

    Bharat

  • Suggested answer
    ScottDurow Profile Picture
    ScottDurow 50,177 on at
    RE: how to correctly use not-like operator in FetchXML ?

    Hi,

    You need to use the % wildcard ,so operator='not-like' value='%sample%'

    Hope this answers your question?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans