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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
parvez933
Creator
Creator

path into variable

Hi Everyone!

All my project related files/qvd's/qvs/etc are stored in D:\Data1\<file names>

So, I am using an variable as

SET v1= '.\'

But, what if the file is located in the C:\<file name> how write the path to store into an variable.

If I am using SET v2='\' it is searching in the 'D:\' and throwing an error as 'File not found D:\Data1\<File Name>' 

Can any one help in understanding the same and what is the difference between

SET v1='..\' and SET v1='.\'

10 Replies
avkeep01
Partner - Specialist
Partner - Specialist

That's correct.