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 Jan-Peter van der Steege
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
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.