Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
johannaalmm
Contributor II
Contributor II

Execute extension code once data of another object has finished rendering

I'm building an extension where it fetches the objectIds on a sheet and then I  run an exportData()-function for each object. That part is currently working but I'm noticing that the data exported does not fetch the result of the current selections that have been made - hence my question: is there a way in which I can set a condition so that the object.exportData() function does not run until the object itself has fully rendered?

 

Cheers!

Labels (2)
1 Reply
alex_colombo
Employee
Employee

Hi @johannaalmm, could you please describe the scenario? It seems that your extension exports all data present in all the objects within a current sheet as soon as the user open the current sheet? So, there is no a button where a user can click for export the data? I'm not understading why you have to export data immidiately at any time the sheet is opened.