Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Special characters in a relative path

We are storing Qvds on a particular path on a server. The folder names ABC$ so it has a special character in a name of the folder. Because on this special character the command is getting failed. Please let me know how to handle special characters in a path while storing qvds

1 Solution

Accepted Solutions
Anonymous
Not applicable

USE STORE A into [ABC$].qvd;

It will help you

Regards

Nitin

View solution in original post

3 Replies
Anonymous
Not applicable

USE STORE A into [ABC$].qvd;

It will help you

Regards

Nitin

hic
Former Employee
Former Employee

You need to quote the file name, e.g.

Store

into (qvd) ;

HIC

MayilVahanan

Hi

Try like this

store tablename into "ABC$"/tablename.qvd(qvd);

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.