Skip to main content

Hi,

 

Celonis doesn't seem to like the escape character ("\\") when filtering graphs for product texts so tried to just replace it with the following formular:

 

REPLACE("VBAP"."MATNR_TEXT",'\\', '-')

 

However, I get the attached error message. 

 

Best regards

Aram

Hi @aram.w,

 

According to the docs, you can escape spacial characters using a backslash itself. You could try in this case:

 

REPLACE("VBAP"."MATNR_TEXT",'\\\\', '-')

 

For more information, please see the help page: https://help.celonis.cloud/help/x/AgLP

 

Cheers,

Jan-peter


Reply