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