Comments

1 comment

  • Konsta Danyliuk

    Hello Fernanda.
    If I properly understand the request, you would like to replace a backslash character(s) with a slash, wouldn't you?

    As a backslash is a сontrol character, in Datameer formula builder it should be escaped, by leading backslashes (three of them in this case).

    • The initial string with backslashes -  \User\Workboks\Project1.
    • Use the REPLACEALL function to replace all backslashes in this string with slashes.
      REPLACEALL(#InitialString; "\\\\"; "/")

    I hope this helps.

    0
    Comment actions Permalink

Please sign in to leave a comment.