Hello again, Still no news but this workaround works perfect:
- Create a temporary char field - Set that field with SQL : select chr(10) from dual - Use this new field's value in replace functions. Although CHR(13)+CHR(10) is the new line character for windows Remedy uses CHR(10) for new lines. Best Regards, Koray On May 21, 10:12 am, "Alkan, Koray" <koray.al...@siemens- ENTERPRISE.COM> wrote: > Hello all, > > Bad news, none of the above worked for 7.5 > In the meantime I will try contacting BMC to see if they have a > workaround for this issue, but not with much hope. > I will keep you updated. > > Koray > > On May 20, 6:30 pm, "Grooms, Frederick W" <[email protected]> > wrote: > > > > > > > I have always used: REPLACE($Text$, LTRIM(RTRIM(" | ")), "") > > > (The vertical bar above being the new line). > > > There was a problem with older versions where the new line would sometimes > > be seen as a new line space (or space new line, I can't remember which) so > > the trim of each side clears that up. > > > Fred > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:[email protected]] On Behalf Of Alkan, Koray > > Sent: Thursday, May 20, 2010 10:03 AM > > To: [email protected] > > Subject: Replace New Line Character with 7.5, not possible anymore? > > > Hello together, > > > With Remedy 7.5 Replace function for new lines are not working anymore > > such as > > > REPLACE($Text$, " > > ", "") > > > Is there any workaround you know? > > > Regards, > > Koray > > > ___________________________________________________________________________ > > ____ > > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > > attend wwrug10www.wwrug.comARSlist:"Where the Answers Are" > > > -- > > You received this message because you are subscribed to the Google Groups > > "Remedy ARS" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/arslist?hl=en. > > ___________________________________________________________________________ > ____ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are" > > -- > You received this message because you are subscribed to the Google Groups > "Remedy ARS" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/arslist?hl=en. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

