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: 
Not applicable

Relative Path

Hi Experts,

Can any one help me in creating the Relative path. When i'm trying to create a relative path and then reload the data its says "Execution of Script Failed".

Please find the attached Qvw.file.

Thanks in advace.

vinay_bangarisunindiajagan

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

Try  this.

SET vQVDpath='..\Qlikview\0_QVD_Generators\';

Regards

View solution in original post

9 Replies
Clever_Anjos
Employee
Employee

Would you mind posting the execution log of your script?

Not applicable
Author

Please find the attached file. I'm not sure whether this is the one you are looking for or not.

Not applicable
Author

9/1/2015 11:11:05 AM: 0225  STORE DW_AUTH INTO [..\Qlikview\0_QVD_Generators\DW_AUTH.qvd](qvd)

9/1/2015 11:11:06 AM:       General Script Error

9/1/2015 11:11:06 AM:       Execution Failed

9/1/2015 11:11:06 AM:      Execution finished.

ChiragPradhan
Creator II
Creator II

Try this

STORE DW_AUTH INTO $(vQVDpath)DW_AUTH.qvd(qvd);

Regards

Chirag.

Not applicable
Author

not working

ChiragPradhan
Creator II
Creator II

I think this statement in your load script has a problem

let vQVDpath='..\..Qlikview\0_QVD_Generators\';

can you check if that is the correct path or are you missing a back slash?

Regards

Chirag

Anonymous
Not applicable
Author

Hi,

Try  this.

SET vQVDpath='..\Qlikview\0_QVD_Generators\';

Regards

Anonymous
Not applicable
Author

Hi.

I hope help you.

Regards.

Not applicable
Author


Actually i made a mistake in creating a variable. I did not add the '\' after qlikview.