Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
brijeshvma
Partner - Creator
Partner - Creator

LOAD statement only works with lib:// paths in this script mode

Hi All,

I having a QvSource Big Query Connector ..

In that i Generated a Qliksense Script .. But when i come to dashboard .. and Run..

It Giving an error -- LOAD statement only works with lib:// paths in this script mode ...

Kinldy help me with the same

7 Replies
Chanty4u
MVP
MVP

may be ur connection string or path is not matching...chk once ur exct path

Anonymous
Not applicable

script code??

Not applicable

Hi Brijesh,

Try changing your script mode.

Here is a link which will help you do that.

https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/DisableStandardMode.htm

Regards,

Rohan

avinashelite

If your try to reload the Qliksense app then you need to add the you connection details to the connection library ..

it will not work like Qlikview

brijeshvma
Partner - Creator
Partner - Creator
Author

Thanks for all reply.. But i alredy change the mode as 0 and restart as well..

Can u tell me whether i need to create any web Connection and if yes than how ?

Ralf-Narfeldt
Employee
Employee

Please share the script, or at least the bit of script which raises the error, and you'll get more help!

brijeshvma
Partner - Creator
Partner - Creator
Author

GoogleBigQueryConnector_SynchronousQuery:

LOAD

    date as SynchronousQuery_date

FROM

[http://localhost:5555/QVSource/GoogleBigQueryConnector/?table=SynchronousQuery&projectId=Z&query=sel...]

(qvx);

Check This.. This Is the Sort Part