Skip to main content
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