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: 
Not applicable

Loading data from QV without refreshing whole extension.

Everytime I am updating variables using setVariable('name', value) inside the callback method of the following extension, the function qvExtension is called again. Is there any way to avoid it?

Qva.AddExtension('QlikView/TestPanel', function qvExtension () {

   callback();

});

The problem is based on some interactivity on the UI of extension I need to call QV server to get the updated data, how I can do that?

0 Replies