Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Qlik Sense

You're reading from   Implementing Qlik Sense Design, Develop, and Validate BI solutions for consultants

Arrow left icon
Product type Paperback
Published in Oct 2017
Publisher Packt
ISBN-13 9781786460448
Length 438 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Kaushik Solanki Kaushik Solanki
Author Profile Icon Kaushik Solanki
Kaushik Solanki
Ganapati Hegde Ganapati Hegde
Author Profile Icon Ganapati Hegde
Ganapati Hegde
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Consultant - An Introduction FREE CHAPTER 2. Preparing for the Project 3. Prerequisites to Start a Project 4. Requirement Gathering 5. Architecture Design 6. Development 7. Validation, UAT and Go-Live 8. Post Go-Live 9. Avoiding Common Pitfalls 10. Knowledge Sets 11. A Real Life Case-Study

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and explanations of their meaning.

A block of code is set as follows:

REM Full Load from Excel file "Sales" ;

Sales:
LOAD
Region,
SalesID,
Product,
SalesAmt,
LastModifiedDate
FROM [lib://Chapter 6/Sales.xlsx]
(ooxml, embedded labels, table is Sheet2);

REM Store the data into Qlik Data Mart i.e QVD;

Store Sales into [lib://Chapter 6/Sales.qvd];

Drop table Sales;

In-text code is highlighted in font and color as here: LOAD. The file and folder names are also shown in the same style, for example, Chapter6/Sales.xlsx.

At several places in the book, we have referred to external URLs to cite source of datasets or other information. A URL would appear in the following text style: http://finance.yahoo.com.

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter.

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime