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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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')