-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
QlikView for Developers Cookbook
By :
Extension objects give us great flexibility to add our own visualizations to QlikView. Even more so than when we combine them with external JavaScript libraries, which allow us to do things that just aren't possible in QlikView. Unlike using a third-party flash control, the JavaScript libraries usually give us more flexibility and control over the final output. They are usually more compatible with a wider range of clients (iPads, Android, and so on) than a control might be.
In this recipe, we are going to build a fairly simple pie chart using the Raphaël graphical library.
Load the following script:
Sales:
LOAD * INLINE [
Country, Sales
USA, 1000
Mexico, 600
Canada, 700
UK, 900
Germany, 800
];These steps will show you how to use an external library with an extension:
Open your user profile folder (usually c:\Users\your.username) and browse down to AppData\Local\QlikTech\QlikView\Extensions\Objects.
You...
Change the font size
Change margin width
Change background colour