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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Reply
petter
Partner - Champion III
Partner - Champion III

I think you need to quote the parameter:

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