Thanks again Mark,
The chr(13) did the trick. Excellent answer.
Regards,
- Neil
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Mark Wonsil
Sent: Saturday, 1 September 2012 1:10 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] How to split up text
Good Day Neil,
defined a new item and it looks like this:
Replace(ShipDtl.LineDesc, chr(13)," _ " )
It's from a different table but it seemed to take care of the issue. I
don't have DMT so this is stripping off characters from user input -
probably pasted in from Excel.
Cheers,
Mark W.
Notice:This e-mail and any attachments are confidential and are only for the use of the person to whom they are addressed. If you are not the intended recipient please advise the sender by return e-mail and delete the message and any attachments. Any use, interference with, disclosure or copying of this message or any attachments is unauthorised and prohibited. The sender does not warrant that the information is free of a virus or any other defect or error, and any views expressed herein, unless specifically indicated otherwise, are those of the individual sender.
The DH Gibson Group of Companies - http://www.gibsonshopfitters.com.au
P Please consider our shared environment before printing this communication.
[Non-text portions of this message have been removed]
The chr(13) did the trick. Excellent answer.
Regards,
- Neil
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Mark Wonsil
Sent: Saturday, 1 September 2012 1:10 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] How to split up text
Good Day Neil,
> Yes the chr(10) worked for items I had uploaded with DMT, but manually entered items I am unable to split using that, "\r", "\n" or anything else that seems likely.I had the same problem and now at work I was able to look at my BAQ. I
>
> Where can I find what characters are being used to do the line breaks? In a dashboard the first line appears but when you select the cell the whole description appears. Pasting into Excel (as opposed to Copy to Excel option) messes up, but if the Copy to Excel option is available it does not.
>
defined a new item and it looks like this:
Replace(ShipDtl.LineDesc, chr(13)," _ " )
It's from a different table but it seemed to take care of the issue. I
don't have DMT so this is stripping off characters from user input -
probably pasted in from Excel.
Cheers,
Mark W.
Notice:This e-mail and any attachments are confidential and are only for the use of the person to whom they are addressed. If you are not the intended recipient please advise the sender by return e-mail and delete the message and any attachments. Any use, interference with, disclosure or copying of this message or any attachments is unauthorised and prohibited. The sender does not warrant that the information is free of a virus or any other defect or error, and any views expressed herein, unless specifically indicated otherwise, are those of the individual sender.
The DH Gibson Group of Companies - http://www.gibsonshopfitters.com.au
P Please consider our shared environment before printing this communication.
[Non-text portions of this message have been removed]