Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guru's,
iam trying to load Vname as variable from external excel file.
iam using qlikview components script.
iam facing the script line error(please find the error in attachment)
iam using first time this qlikview components,can some one guide me to correct path.
any help would be greatly appreciated.
Thanks in advance
please attach the qvs file
You should change the:
$(Include=..\QVC\Qvc_Runtime\Qvc.qvs);
to
$(Must_Include=..\QVC\Qvc_Runtime\Qvc.qvs);
and then see if you get an error message on that line - because this will stop if it can't find your include file...
You are not pointing qvc.qvs include statement to the original location.
Try again with pointing include statement with original location where you have qlikview components folder.
i have qvs script as below
SET Path='C:\Users\..\Desktop\Qlikview Components';
what exactly i need to include in qvs file
i given my excel path with set statement and saved in .qvs.
PFA,
Change the include path to your QVS file path.