Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Would you mind posting the execution log of your script?
Please find the attached file. I'm not sure whether this is the one you are looking for or not.
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.
Try this
STORE DW_AUTH INTO $(vQVDpath)DW_AUTH.qvd(qvd);
Regards
Chirag.
not working
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
Hi,
Try this.
SET vQVDpath='..\Qlikview\0_QVD_Generators\';
Regards
Hi.
I hope help you.
Regards.
Actually i made a mistake in creating a variable. I did not add the '\' after qlikview.