Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Incorect path format

Hi

I have field that represent folder path, like:
\\SI-MTvR2\ETSults\NR_v5.4440

When I try to show it in text box, I get the double \\ :

\\\\SI-MTvR2\\ETSults\\NR_v5.4440

Why? how can I remove it? I just need to original field path.

Thanks

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

The textbox doesn't double the backslash. I assume that rather the loading and/or some transformations are responsible for it. Therefore check all steps beginning from the source. I could imagine that some database-driver might handle it in this way ...

- Marcus