Replace comma by space through BI publisher
Hi,
We have a requirement of replacing additional comma by blank from XML tag.
For example, we are receiving the value "sophia,unaloto ,l,aotearoa" in the XML tag ACCTINFO/ACCOUNT_NO and we want to see it as "sophia unaloto l aotearoa".
The below command is not working for us
<?translate(ACCTINFO/ACCOUNT_NO,',','')?
<?xdofx:replace(ACCTINFO/ACCOUNT_NO,',',' ')?>
Please suggest the option.
Regards
Anirban