markus
11/13/2020, 12:43 PMExample company Plc
From String
Migration invoice. Original invoice id: 12345 for customer: Example company Plc
I think I need to find either the second :
or then customer:
and select everything after that.
Thank you!George McMullen
11/13/2020, 12:51 PMSandii
11/13/2020, 2:59 PMNVL(REGEXP_REPLACE(REGEXP_SUBSTR({memomain},': [^:]+*$'),': ',''),{memomain})
try that one, its probably close