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
Best answer by janpeter.van.d
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
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.