Hi,
I am writing a qlikview extension to get all data of a straight table (Regardless of a selection) when clicking a button.
But I am facing some difficulties:
* getqvObject function parameter is triggered multiple times. How can I hold it off until I hit the button or the data is ready?
* How can I "unload" this event function?
Any examples on how to read a table of 20000 records when pressing a button?
Dion