web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

how to correctly use not-like operator in FetchXML ?

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Suggested answer
    ScottDurow Profile Picture
    23 on at

    Hi,

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

    Hope this answers your question?

  • Suggested answer
    BharatPremji Profile Picture
    2,485 on at

    Hi,

    Try this:

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

    Bharat

  • Verified answer
    Haansi Profile Picture
    1,433 Moderator on at

    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.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
RichardM Profile Picture

RichardM 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans