Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi what is the use of relative path
I think you had posted same questions few days before -
Hi,
Absolute path means, you need to give the entire path of the file, for example
C:\Qlikview\Data\SalesData.txt
Relative path means, you need to give the path based on the current path, for example if your Qlikview file and SalesData.txt file are in the same path(C:\Qlikview\Data\) then you can use
SalesData.txt no need of the remaining path.
or
.\SalesData.txt
Suppose if you want to access a file in Qlikview folder then you need to use ..\, mean that go back one folder level back.
..\FileinQlikviewFolder.txt;
Hope this helps you.
@ novice what is
go back one folder level back.