Split column [message #638423] |
Thu, 11 November 2010 09:39 |
|
Experts,
I am using BIRT 2.2.1. I would like to split column text based on "|" symbol. Here is my text, please suggest me.
ART. OF STONE OR MINERAL,OTHER|ARTICLES OF STONE OR OF OTHER MINERAL SUBSTANCES
Thanks,
JP
Thanks,
JP
|
|
|
Re: Split column [message #638541 is a reply to message #638423] |
Thu, 11 November 2010 15:21 |
|
JP
you should be able to use an expression like:
var tst = "ART. OF STONE OR MINERAL,OTHER|ARTICLES OF STONE OR OF OTHER
MINERAL SUBSTANCES ";
tst.split("|")[1]; //or [0] for the first string
Jason
On 11/11/2010 4:39 AM, JP wrote:
> Experts,
>
> I am using BIRT 2.2.1. I would like to split column text based on "|"
> symbol. Here is my text, please suggest me.
>
> ART. OF STONE OR MINERAL,OTHER|ARTICLES OF STONE OR OF OTHER MINERAL
> SUBSTANCES
>
> Thanks,
> JP
|
|
|
Powered by
FUDForum. Page generated in 0.03155 seconds