Skip to Main Content
QlikView for Developers Cookbook
book

QlikView for Developers Cookbook

by Stephen Redmond
June 2013
Beginner to intermediate content levelBeginner to intermediate
290 pages
4h 59m
English
Packt Publishing
Content preview from QlikView for Developers Cookbook

Creating a simple HTML table

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.

Getting ready

Load the following script:

Sales:
LOAD * INLINE [
    Country, Sales
    USA, 1000
    Mexico, 600
    Canada, 700
    UK, 900
    Germany, 800
];

How to do it…

These steps show you how to create a simple HTML table extension:

  1. Open your user profile folder (usually C:\Users\your.username) and browse down to AppData\Local\QlikTech\QlikView\Extensions\Objects ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

QlikView for Developers

QlikView for Developers

Miguel Angel Garcia, Barry Harmsen
QlikView 11 for Developers

QlikView 11 for Developers

Miguel Angel Garcia, Barry Harmsen

Publisher Resources

ISBN: 9781782179733Other