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 :
Microsoft Dynamics AX (Archived)

X++ string functions

(0) ShareShare
ReportReport
Posted on by 2,055

I need string functions which can used in X++. Specially I need sub string function, how we can get sub string using SQL query.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    237,908 Most Valuable Professional on at

    X++ function for substrings is called simply subStr().

    Nevertheless database servers don't understand X++, so you can't use X++ function in SQL commands.

  • Nadeem Bhatti Profile Picture
    2,055 on at

    Sorry actually I need sql sub string function to use in X++. I have try the following code but its not working.

       select subStr(ChequeNum,1,3)  from bankChequeTable

           group by bankChequeTable.ChequeNum;

       info(bankChequeTable.ChequeNum);

  • Verified answer
    Martin Dráb Profile Picture
    237,908 Most Valuable Professional on at

    X++ queries don't support such a kind of things. Consult the documentation (Select Statement Syntax [AX 2012]) if you don't know what's supported.

    To achieve what you need, create a view with a computed column, handle the logic in the application layer or, as the last resort, run a direct SQL query.

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans