Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Scipting error with Sub parameter

Hi

i am having trouble with some script.

Can somebody please help?

Here it is:

CALL Qvc.Icons($(vG.CustomPath)IconSamples)

IconSample is a folder with within many icons that the sub upload. But there is something wrong in the scripts

Thanks

1 Reply
petter
Partner - Champion III
Partner - Champion III

I think you need to quote the parameter:

CALL Qvc.Icons('$(vG.CustomPath)IconSamples')