June 2013
Beginner to intermediate
290 pages
4h 59m
English
We can, of course, use extension objects to pass data through to third-party controls, for example, Flash or Silverlight. But we can also fully control the way we display the data using HTML and JavaScript, especially if we employ one of the many visualization libraries available, such as D3.js.
In this example, we are going to create a simple HTML table based on the data in QlikView.
Load the following script:
Sales:
LOAD * INLINE [
Country, Sales
USA, 1000
Mexico, 600
Canada, 700
UK, 900
Germany, 800
];These steps show you how to create a simple HTML table extension:
C:\Users\your.username) and browse down to AppData\Local\QlikTech\QlikView\Extensions\Objects ...