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
    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
    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
    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
    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
    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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 225

#2
Martin Dráb Profile Picture

Martin Dráb 174 Most Valuable Professional

#3
Adis Profile Picture

Adis 132 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans