String extraction in BI Publisher
Hi,
We have specfic requirement for BI-Publisher 11G. We have received one XML tag in the below format
<PRICE_LIST_NAME>HWD:ABC2293837328:43543654565:226765445:888888888888</PRICE_LIST_NAME>
We need to split the string based on ':' and show the output in 4 different column.
For example
Column1: ABC2293837328
Column2: 43543654565
Column3: 226765445
Column4: 888888888888
Can you please let me know how can I achieve the same?
Thank you.