Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Reply
petter
Partner - Champion III
Partner - Champion III

I think you need to quote the parameter:

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