Hi,
I am new to ax.
how to remove last dash from string using x++.
for eg: want to remove last dash from 10144_10145_1 to 10144_10145 the syntax should apply not to one string it should be the whole column, column name is journal reference Id and table name is McsEmvalAmRJournal Table and from the new string I want to extract the data. Kindly suggest the syntax and any books for tutorials easy to understand. Below is the attached image which I have to change for the column.
and the below syntax is which I have prepared please tell if wrong
select Replace('15120_15121','_','') as newcolumn from AMRJournalTable
Thanks in Advance!!
*This post is locked for comments
I have the same question (0)