web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Converting SQL to X++

(0) ShareShare
ReportReport
Posted on by 7

I would like to convert the following SQL to X++

case 
  when CHARINDEX('-',REVERSE(NAME)) > 0 then right(NAME,CHARINDEX('-',REVERSE(NAME))-1) 
  else  Name 
end as Name

*This post is locked for comments

I have the same question (0)
  • Blue Wang Profile Picture
    on at
    RE: Converting SQL to X++

    Hi Jezem,

    I think you can use While select.

    https://docs.microsoft.com/en-us/dynamicsax-2012/developer/while-select-statements

    CharIndex change to use strScan.

    https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-ref/xpp-string-run-time-functions#strscan

  • Martin Dráb Profile Picture
    236,394 Most Valuable Professional on at
    RE: Converting SQL to X++

    You can either implement it in the application layer (as suggested by Blue Wang), or you can use your SQL code in a computed column in a view (which would allow you to filter and sort by this column).

  • Jezem Profile Picture
    7 on at
    RE: Converting SQL to X++
     = strDel(name, 1, strScan(name, '-', strLen(name), -strLen(name)));
  • Blue Wang Profile Picture
    on at
    RE: Converting SQL to X++

    Hi Jezem,

    Did you have problems using it? Or has it been solved?

    Please describe the problem.

    Thank you.

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#1
Martin Tocauer Profile Picture

Martin Tocauer 4

#3
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans