Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

How to use 'LIKE' in queryBuilder

(0) ShareShare
ReportReport
Posted on by 5

Hi,

I am new to QueryBuilder and was trying to convert the below select statement which contains 'Like' into a query but I am not able to do that.

Can anyone please help me with the same.

while select * from dummyTable where dummyTable.Field1 Like *10* || dummyTable.Field2 Like *10*

Below is my queryBuilder code:

qbr = qbds.addRange(fieldNum(dummyTable, Field1);

qbr.value('*10*');

qbr = qbds.addRange(fieldNum(dummyTable,Field2);

qbr.value('*10*');

The above piece of code is returning 

SELECT * FROM DummyTable(DummyTable_1) WHERE ((Field1 LIKE N'*10*')) AND ((Field2 LIKE N'*10*'))

I need OR operator instead of AND in the above statement. Any suggestions would be appreciated.

Thank you in advance.

  • Rohit Modani Profile Picture
    Rohit Modani 5 on at
    RE: How to use 'LIKE' in queryBuilder

    Hi Ergün Şahin ,

    The above piece of code worked for me. Thanks a lot.

  • Verified answer
    ergun sahin Profile Picture
    ergun sahin 8,816 Moderator on at
    RE: How to use 'LIKE' in queryBuilder

        qbr = qbds.addRange(fieldNum(dummyTable, Field1));
    
        qbr.value(strFmt('(%1 like "*10*") || (%2 like "*10*")',
        fieldStr(dummyTable, Field1),
        fieldStr(dummyTable, Field2)));

  • Suggested answer
    ergun sahin Profile Picture
    ergun sahin 8,816 Moderator on at
    RE: How to use 'LIKE' in queryBuilder

    Somehow I remember doing it but I have no way of testing it now. You can try your luck with the old way (Expressions).

    www.axaptapedia.com/Expressions_in_query_ranges

  • Rohit Modani Profile Picture
    Rohit Modani 5 on at
    RE: How to use 'LIKE' in queryBuilder

    Hi,

    SysQuery::valueLike works, but how can add 2 parameters using OR operator

  • Suggested answer
    ergun sahin Profile Picture
    ergun sahin 8,816 Moderator on at
    RE: How to use 'LIKE' in queryBuilder

    You can use SysQuery::valueLike and SysQuery::valueLikeAfter

    community.dynamics.com/.../advance-filter-dynamics-ax-2012-similar-to-like-wildcard-functionality

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,430 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans