Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qva.LoadScript cannot load a file from HDD using Qva.Remote

I am trying to load the firebug js file. If i load it via https://getfirebug.com/releases/lite/latest/firebug-lite.js, or D:/Documents/Firebug/firebug-lite.js everything goes well. The firebug shows up in QlikView. but once i try to load it via Qva.Remote + "?public=only&type=document&name=Extensions/Firebug/firebug-lite.js" it nothing happends. The file is not loaded at all... Any suggestions? I have tried every possible combination i could create...

2 Replies
patrik_seger
Partner - Creator
Partner - Creator

Hi Chavdar

Could it be that you have forgotten your Extension name in the path?
Qva.Remote + "?public=only&type=document&name=Extensions/ExtensionName/Firebug/firebug-lite.js"

or

Qva.Remote + "?public=only&type=document&name=Extensions/ExtensionName/firebug-lite.js"

Br Patrik

Not applicable
Author

Hi Patrik

We have tested every possible thing we could imagine, the result was that the firebug needs sources which are on their server. Well we could go look trough the 40k lines code and change it to answer our needs but this just doesn't worth right now. We wil use the http.... URL for now. Thank you for your time.