Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

string variable in a path

Hello everyone,

I would like to put in a variable the directory where my QVD have to be exported.

I have done something like that:

Let QVD_Path ='D:\Qlikview_Data\QVD\';

And then in the code :

STORE Table into $(QVD_path)Laura\Table.qvd;

But it doesn't work, when I use the debugger, I can see Qlikview doesn't read the " $(QVD_path)" and so, export the qvd in the same folder as my application and then into Laura\Table.

What can I do ?

Do you know perhaps another tip ?

Thanks you for your help.

Laura

1 Solution

Accepted Solutions
Not applicable
Author

Thank you for your help everyone.

I feel stupid, I had done a typo...

View solution in original post

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

may be like the attached.

Regards

ASHFAQ

sudeepkm
Specialist III
Specialist III

After reload try creating a text box and type =QVD_Path and Check the value?

I think you mentioned that in the debugger window you do not see the path mentioned in the variable.

do you see any path not found type of error in your log file?

Not applicable
Author

Thank you for your help everyone.

I feel stupid, I had done a typo...