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

drag&drop extension problem(extension is reloading everytime)

Hey,

I am developing a extension which is calling automatically a webservice at the beginning to load some data. Now, every time a user drag&drop the extension, my init webservice method is calling automatically. It is possible to avoid this, or must I set by my own a boolean value to avoid this needless webservice call.

Thanks

1 Solution

Accepted Solutions
Brian_Munz
Employee
Employee

Yes extensions will run every time the qvw is updated, so it’s usually a good idea to have some sort of check to make sure it is all set up before running it the first time.

View solution in original post

1 Reply
Brian_Munz
Employee
Employee

Yes extensions will run every time the qvw is updated, so it’s usually a good idea to have some sort of check to make sure it is all set up before running it the first time.