Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Formula for replacing characters in a string

DRMSAMOct 5 2015 — edited Oct 5 2015

Hi All,

Is there a way to replace characters at a particular position in a string if the string does not have specific pattern for those characters? I am using replacestr function to replace characters in a string (say ABC), but the string is in the format ABC** where ** are two random characters. The result I am looking for is to replace ABC** with the NodeID.

ReplaceStr(propvalue(Core.Abbrev),ABC,ID(),T),) this formula works but is resulting in two extra characters in the end after ABC. How can i trim that off?

Thanks

This post has been answered by Denzz on Oct 5 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2015
Added on Oct 5 2015
10 comments
1,253 views