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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Directory Statement

I have been using the directory statement to define the path as below.

vQvSourcePath= C:\test\newdata --- it will be provided by user in the UI.

DIRECTORY $(vQvSourcePath);

Load statement

It was working fine. Now i changed the value of the variable as \\test\newdata. Still the Directory statement is pointing

to the old path and load is getting failed.   why the path is not getting changed?

0 Replies