Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone
I am having an problem about the path related issues how can i solve this problem please give the solution about this issues
Thanks & Regards
Naveen
jaganankita.arvind1 Deepakk
dnskunnath Senthilkumar Reddys310
I have done this steps after that i am getting error as shown in step 3.
Step1 : I have taken the data from D : path and with tick mark of Relative Path.
Step 2 :In the step i have deleted the relative path of this Data (is this way to do this for opening the files in any computer From the one desktop to another)
Step3 : after that i have reloaded the data i got an error like this what does it tell ??
i have loaded from the path 😧 then why it shows cannot open file from
c:\users\projects ??
What is the means of this error?
If you don't specifiy a path after the Directory keyword then the relative path is relative to where you save the .qvw document, not relative to the location of a file for which you created a load statement with the file wizard. Try this:
DIRECTORY D:\naveen\QV Files;
Hi gwassenaar
thank you for the reply
Mainly I want to open the file in other desktop also if i give the directory path it doesn't open in the other desktop .
So i want to open this file in another desktop and reload the data is it possible ???
If you can create a relative path that's the same on both systems then it's possible. Otherwise it's not and you'll have to use different paths or use a variable as path and change the variable if move to another machine.