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 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 (1)
  • Suggested answer
    Martin Dráb Profile Picture
    239,932 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
    239,932 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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sanhthosh.Kumar.K Profile Picture

Sanhthosh.Kumar.K 2

#2
Raed Salah Bzour Profile Picture

Raed Salah Bzour 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans