Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Hands-On Dashboard Development with QlikView
Hands-On Dashboard Development with QlikView

Hands-On Dashboard Development with QlikView: Practical guide to creating interactive and user-friendly business intelligence dashboards

eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Hands-On Dashboard Development with QlikView

Getting Data in QlikView and Creating Your First App

Welcome to the second chapter of this book! In the previous chapter, we learned how QlikView works and got an idea of its potential. In this chapter, we will look at how to set up data by importing it from Microsoft Excel spreadsheets, and use that data to create an app. After that, we will look at some functions and tools in QlikView. We will also learn how to make our app interactive for our users.

This chapter covers the following topics:

  • Setting up the structure
  • Creating an app
  • Importing data from Excel
  • Understanding facts and dimensions
  • Understanding list boxes
  • Creating new tabs

Setting up the structure

Let's go ahead and look at the first topic – setting up the structure for development. We will use the following steps to do this:

  1. The first step is to navigate to the directory where you want to set up the application, which can be anywhere in your system.
  2. Here, we will create a new folder, and you will give it a very meaningful name that will represent our development. Let's say, in this example, or for this course, we will look at some data related to airlines and their metrics. So, we'll name our folder Airline Metrics.
  1. Then, we will create another folder for the apps, so we will name this Apps. This will contain the QlikView apps, and then, we will create another folder for data, named Data, which will contain all the datasets we will use.
  2. Then, if you have some images and other things that you want here, you can create a...

Creating an app

In this section, we will talk about how you can create an app. Here, we will create an air traffic statistics application, and save it in the folder that we created in the previous section.

For this, let's go to QlikView and create the app. Here, we will click on New to create an app, and, as mentioned in Chapter 1, Getting Started with QlikView, we won't be using the wizard.

Once you have created a new app, you need to save it by clicking on the Save button. We will navigate to the Airline Metrics | Apps folder, and then save our app as AirlineMetrics.qvw.

If everything goes well, the directory path where we saved the app will be displayed in the title bar at the top of the window.

If you are not interested in getting this entire path, what you can do is go into Settings -> Document Properties, and give a title:

Here, let's name it Airline...

Importing data from Excel

In this section, we will learn how to import data from Excel. We will see how to use the data from Excel to display data in QlikView.

For that, let's go to the QlikView application that we created in the previous section, the Airline Metrics application. To import the data, we need to click on the Edit Script button in the toolbar. We can also use the shortcut Ctrl + E for easy access. This is an important item that you need to remember, because, most of the time, you will go here to load the data into QlikView, or to manage your scripts. The following screenshot shows what the Edit Script button looks like:

Now, let's go into the script by using Ctrl + E. This opens up a script window where a few variables have been prepared automatically for you:

These are nothing but the variables that have been set as a default for the system. For example...

Understanding facts and dimensions

In this section, we will look at what facts and dimensions are, and the best practices for representing facts and dimensions.

Let's go to QlikView, where we have loaded the data in the previous section. If you remember, we went into the Edit Script window, loaded the data table, and gave it the name Airlines Data. If we want to see the data, we can use the table viewer. So, if I go to the table viewer, right-click on the table, and click on Preview, we can see some sample data from the table as seen in the following screenshot:

While exploring the data, we will notice that there are two different types of data in the table, namely numeric data, and textual data.

Dimensions and measures

...

Understanding list boxes

In this section, we'll look at the various methods you can employ to select the data in a list box.

Let's go to the QlikView application and work on list boxes. We will use the data from the previous section and continue using it here. Let's select a few fields to integrate into a list box by holding the Ctrl button and selecting them. Once you have selected them, click Add. All of these filters will be displayed on the right-hand side, as shown in the following screenshot:

Once that is done, we will click on the OK button, which leads us to this dashboard display:

You can manually either drag each list box to the required location, or you can use the Arrange option as well. To do that, you can go into the Layout menu in the toolbar, and click on the Rearrange Sheet Objects option. If you click on that option multiple times, it will...

Creating new tabs

In this section, we are going to cover how to create a new tab, rename a tab, and change the look and feel of a tab. Let's get started.

We will go into the QlikView application and open the document that we have been working on so far, the Airline Metrics application. Now, we will create another tab other than Main for ease of use. We will go into the Layout menu and click on Add Sheet:

Once that is done, another blank screen will appear, where we can paint whatever picture we want to.

Now, if you want to rename it for a specific use case, you can right-click on the tab and go to the Sheet Properties, and, in the General tab, you can change the sheet name in the Title textbox. Let's rename it Dashboard, and then click Apply. Some additional options present in the display include the background styling:

As seen in the preceding screenshot, there are...

Adding filters to the app

In this section, we will look at how to add filters in the app, and the different ways to add the filters.

So, let's go to the QlikView application, and here we are in the dashboard tab:

The first way to add filters is by right-clicking on the screen and clicking the Select Fields option from the drop-down menu, which shows us the following window:

Another way of doing it is that you can right-click on the window, go to the New Sheet Object menu, and click on the List Box... option. This gives us the following window:

Here, you have the option of selecting the field that you want to add. So, with the help of these different options, you can add the list box on your screen, and use it as a filter to refresh your dashboard for your application. So, we have now covered how to add filters to your app.

...

Summary

This brings us to the end of the chapter. In this chapter, we learned how to set up folders for our app, and how to create it on QlikView. Then, we learned how to import data into QlikView from Excel files. We learned about various terms in QlikView, such as facts, dimensions, and list boxes. We learned how to create new tabs in our application and how to sort them. Finally, we learned how to add filters to our application to sort our data properly.

In the next chapter, we will look at how to create data models in QlikView.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Perform effective storytelling through interactive dashboards built with QlikView
  • Create different types of visualizations from a variety of data sources
  • Includes tips, tricks, and best practices to perform effective Business Intelligence using QlikView

Description

QlikView is one of the market leaders when it comes to building effective Business Intelligence solutions. This book will show how you can leverage its power to build your own dashboards to tell your own data story. The book starts with showing you how to connect your data to QlikView and create your own QlikView application. You will learn how to add data from multiple sources, create a data model by joining data, and then review it on the front end. You will work with QlikView components such as charts, list boxes, input boxes, and text objects to create stunning visualizations that help give actionable business insights. You will also learn how to perform analysis on your data in QlikView and master the various types of security measures to be taken in QlikView. By the end of this book, you will have all the essential knowledge required for insightful data storytelling and creating useful BI dashboards using QlikView.

Who is this book for?

This book is best suited for BI professionals, data analysts and budding QlikView developers who wish to build effective dashboards using QlikView. Some basic understanding of the data visualization concepts and Business Intelligence is required.

What you will learn

  • Learn to use the latest and newest features of QlikView
  • Connect QlikView to various data sources, such as databases and websites
  • Create a fully featured data model without circular references
  • Display your data in maps, charts, and text across multiple sheets
  • Apply set analysis to your data in QlikView expressions
  • Secure your data based on the various audience types

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 19, 2019
Length: 156 pages
Edition : 1st
Language : English
ISBN-13 : 9781838646110
Vendor :
Qlik
Category :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Mar 19, 2019
Length: 156 pages
Edition : 1st
Language : English
ISBN-13 : 9781838646110
Vendor :
Qlik
Category :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 95.97
QlikView: Advanced Data Visualization
€37.99
Hands-On Dashboard Development with QlikView
€24.99
Hands-On Business Intelligence with Qlik Sense
€32.99
Total 95.97 Stars icon

Table of Contents

8 Chapters
Getting Started with QlikView Chevron down icon Chevron up icon
Getting Data in QlikView and Creating Your First App Chevron down icon Chevron up icon
Creating Data Models Chevron down icon Chevron up icon
Components in QlikView Chevron down icon Chevron up icon
Building a Dashboard Chevron down icon Chevron up icon
Set Analysis Chevron down icon Chevron up icon
Adding Security Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5
(2 Ratings)
5 star 50%
4 star 0%
3 star 0%
2 star 50%
1 star 0%
Seefreund Mar 01, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Ein praktisches Buch - besonders für Einsteiger. Viele Bilder und Erklärungen. Hilf mir im Job sehr weiter.
Amazon Verified review Amazon
GoldShare Review Dec 28, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
Scarno e basilare nella trattazione. Sunto del sunto della documentazione ufficiale.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.