Skip to main content

Hi,

I want to use the replace function in an export scenario to replace the hex character 0A from the middle of a string with a blank. How would I code that in the replace statement? The field name is: Transaction Descr

 

Thanks

Helo @shmaryarichler, sorry for the long reply.

Try the following:

=Replace([TransactionDescr], ‘0A’, ‘’


Thanks but it didn’t work. Here is what I did:

 

 


Hi @shmaryarichler 

Please use this 

=Replace(eTransactionDescr], ‘0A’, ‘’)

Hope this helps, 


Regards,


Thanks. I tried that and it is still not working.


Reply