Book Image

QlikView for Developers Cookbook

By : Stephen Redmond
Book Image

QlikView for Developers Cookbook

By: Stephen Redmond

Overview of this book

QlikView has been around since 1993, but has only really taken off in recent years as a leader in the in-memory BI space and, more recently, in the data discovery area. QlikView features the ability to consolidate relevant data from multiple sources into a single application, as well as an associative data model to allow you to explore the data to a way your brain works, state-of-the-art visualizations, dashboard, analysis and reports, and mobile data access. QlikView for Developers Cookbook builds on your initial training and experiences with QlikView to help you become a better developer. This book features plenty of hands-on examples of many challenging functions. Assuming a basic understanding of QlikView development, this book provides a range of step-by-step exercises to teach you different subjects to help build your QlikView developer expertise. From advanced charting and layout to set analysis; from advanced aggregations through to scripting, performance, and security, this book will cover all the areas that you need to know about. The recipes in this book will give you a lot of the information that you need to become an excellent QlikView developer.
Table of Contents (19 chapters)
QlikView for Developers Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Getting a sub-URL using the Table wizard


The table file wizard in QlikView has a lot of functions that aren't for everyday use, but are quite useful to know about, for when you need them.

In this recipe, we are going to look at extracting the data from a website by using the wizard and then extracting sub-URLs from that data.

Getting ready

Create and save a new, blank QlikView document.

How to do it...

These steps show you how to extract a URL from a hyperlink by using the table wizard:

  1. Edit the script and click on the Web Files… button. Enter http://www.imdb.com as the Internet File:

  2. Select the table that shows the top five movies. Set Labels to None. Enter labels for each of the columns. Click on the Next button, then Enable Transformation Step.

  3. Click on the Column tab. Click on the New button. Source Column should be 2 (the column with the movie name in it) and Target Column should be 0 (create a new column). Click on the Cells from these rows… button. In the Specify Row Condition dialog box...