Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Vname Variable from external file , script line error

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

1 Solution

Accepted Solutions
Not applicable
Author

PFA,

Change the include path to your QVS file path.

View solution in original post

5 Replies
sasiparupudi1
Master III
Master III

please attach the qvs file

petter
Partner - Champion III
Partner - Champion III

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...

qlikmsg4u
Specialist
Specialist

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.

Anonymous
Not applicable
Author

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.

Not applicable
Author

PFA,

Change the include path to your QVS file path.