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

Extension object concepts needed

I would like to know about Extension object concepts like what is

Extension object, how can it be created and how can it be used.

Can any one please share any tutorial & sample documents for the above one.

1 Reply
Not applicable
Author

Extensions objects are custom objects aimed at visualizing data in a QlikView document. Basically an extension is made of:

  • a definition file describing how many dimensions and expressions are used by the object
  • a qvpp file defining the graphical appearance of the object properties dialog
  • a javascript file with a function called every time the object needs to be refreshed

You should have a look at this tutorial to learn how to create your own extension.