web
You’re offline. This is a read only version of the page.
close
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.

I have the same question (0)
  • Suggested answer
    ergun sahin Profile Picture
    8,826 Moderator on at

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

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

  • Rohit Modani Profile Picture
    5 on at

    Hi,

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

  • Suggested answer
    ergun sahin Profile Picture
    8,826 Moderator on at

    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

  • Verified answer
    ergun sahin Profile Picture
    8,826 Moderator on at

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

  • Rohit Modani Profile Picture
    5 on at

    Hi Ergün Şahin ,

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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 451 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 428 Super User 2025 Season 2

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans