Reader small image

You're reading from  Implementing Qlik Sense

Product typeBook
Published inOct 2017
PublisherPackt
ISBN-139781786460448
Edition1st Edition
Right arrow
Authors (2):
Kaushik Solanki
Kaushik Solanki
author image
Kaushik Solanki

Kaushik Solanki is a computer engineer by profession. He is working at Predoole Analytics Pvt Ltd as Qlik Architect & Delivery Manager. He holds overall 9 years of experience working on Qlik technology. His passion is to educate everyone about "Data Literacy" and "Qlik". He loves to spend time on Qlik community to help Qlik developers to learn and excel. He has a great understanding of project delivery right from the business requirement to final implementation. His experience in various domains has helped business to take valuable business decisions.
Read more about Kaushik Solanki

Ganapati Hegde
Ganapati Hegde
author image
Ganapati Hegde

Ganapati Hegde is an engineer by background. He carries an overall IT experience of over 16 years. He is very passionate about technology and is always looking out to learn newer technologies. He started his IT career with SK International where he headed Software Services and worked with myriad of technologies, including programming, databases, IT security, application virtualization, and cloud services. During his stint with SK International, he was involved in lot of integration projects and thus has good knowledge on API/SDK. He was instrumental in setting up practices such as RSA, Citrix, Oracle, and Salesforce. He is currently working with Predoole Analytics, an award winning Qlik partner in India, in the presales role. He has worked on BI projects in several industry verticals and works closely with customers, helping them in their BI strategies. His experience in other aspects of IT, like application design and development, cloud computing, networking, and IT Security, helps him to design perfect BI solutions. He conducts workshops to increase user awareness and drive adoption. He works on analysis of unstructured time stamped data and IOT as well, allowing customer to get business insights and help improve efficiency. This is being done with the help of big data platform Khika, which does real time co-relation of log data across sources. This helps customers mitigate risk and help in IT Audit and Compliance. Ganapati is now working on improving his knowledge of advanced analytics using technologies like R and python.
Read more about Ganapati Hegde

View More author details
Right arrow

Preface

Implementing Qlik Sense is a book intended for readers who wish to do a great project implementation on Qlik Sense. This book will give readers all the information, right from strategy to requirement gathering to implementing BI solution using Qlik Sense. Various scenarios in the book will empower the readers to take right decisions in tricky and difficult situations while developing analytical dashboards.

What this book covers

Chapter 1, Consultant – An Introduction: This chapter will give the readers an understanding about what is consultancy, how it differs from being a developer, and the importance of consultancy in making a project successful. The readers will learn about what they are supposed to do as consultants, the importance of their role in making a project successful, expectations that are there from a consultant, and the roles they need to play.

Chapter 2, Preparing for the Project: This chapter will give the readers an understanding about how to prepare for a project and the homework they need to do. The readers will learn about the initial homework they need to do, how to understand the customer better, and how to accordingly plan the strategy. The readers will also understand what is expected from a consultant and the roles they need to play being consultants.

Chapter 3, Prerequisites to start a Project: This chapter will enlist the various aspects needed to start a project. It will help to understand the various aspects along with their importance, and the tactics to handle them. The readers will learn about the important aspect of starting the project which is often missed and can lead to failure of project. They will also learn about scoping the project along with learning about documentation and its importance.

Chapter 4, Requirement Gathering: The focus of this chapter is to start the project execution with requirement gathering. Requirement gathering plays an important role in successful project execution. The take away for the readers from this chapter will be the tactics about requirement gathering and getting acquainted with the common mistakes which are done by most of the developers and project managers while executing this phase of a project.

Chapter 5, Architecture Design: This chapter is about architecture design where the focus will be to design infrastructure architecture and data architecture. This chapter will teach the readers about the importance of architecture design and the various aspects which will help to design architecture. The chapter will touch upon strategies to be used to ensure easy scaling and expansion.

Chapter 6, Development: This chapter talks about the actual execution of a project, where business requirement starts taking shape in form of dashboards and interactive analysis. The readers will learn the best practices of data modeling and visualization. They will also learn about handling tricky situations in this phase in an effective manner.

Chapter 7, Validation, UAT and Go Live: This chapter will focus on data validation and visualization validation. The chapter will help the readers understand how validation can be done quickly and how to ensure that the dashboard displays correct results. The readers will take away the skills to perform validation of the data as well as visualization. They will learn about the way to conduct the UAT with the business users and take the project to Go-live Stage.

Chapter 8, Post Go-Live: This chapter will teach the readers about the post Go-live activities which are required to make a project successful. It will talk about the adoption strategies, maintenance, auditing and documentation. The readers will learn about the importance of post Go-live activities and how they can make a difference to make project successful.

Chapter 9, Avoiding Common Pitfalls: This chapter will teach the readers about the most common mistakes and the steps to avoid them. They will learn about the importance of post Go-live activities and how they can make a difference to make a project successful.

Chapter 10, Knowledge Sets: This chapter will make the readers aware about some of the domain terminologies. It is important for any developer to have a basic understanding of domain. The readers will learn about the importance of various modules under each domain, which will help them to provide value added services to their customers, to improve customer satisfaction.

Chapter 11, A real life case-study: This chapter will make the readers understand how to apply the earlier learnt concepts in a real-life scenario. The names used in the chapter are not real but scenarios are real. The chapter will make the readers go through a real-life example to understand the challenges faced and the ways to handle them.

What you need for this book

The examples provided in the chapter will require you to have Qlik Sense Desktop installed on your PC. The Qlik Sense Desktop is a free software available for download from Qlik web site. The software runs on 64 bit Windows 7, 8.1, or 10 operating system. Recommended config is 4GB Ram or more with Intel i3 or higher processor.

The examples provided use Microsoft Access database. The user just needs Microsoft Access odbc driver to connect to the mdb file from Qlik Sense Desktop.

Who is this book for

This book contains guidelines for Qlik Sense developers who wish to become Qlik Sense consultants and ensure successful project implementations and drive greater adoption. The readers are advised to know the basics of Qlik Sense, starting from installation to basic configuration, like licensing the product, allocating roles to users, allocating the licenses to users, and so on.

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.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book-what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of. To send us general feedback, simply email feedback@packtpub.com and mention the book's title in the subject of your message. If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you get the most from your purchase.

Downloading the example code

You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files emailed directly to you. You can download the code files by following these steps:

  1. Log in or register to our website using your email address and password.
  2. Hover the mouse pointer on the SUPPORT tab at the top.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box.
  5. Select the book for which you're looking to download the code files.
  6. Choose from the drop-down menu where you purchased this book from.
  7. Click on Code Download.

Once the file is downloaded, make sure that you unzip or extract the folder using the latest version of:

  • WinRAR / 7-Zip for Windows
  • Zipeg / iZip / UnRarX for Mac
  • 7-Zip / PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Implementing-Qlik-Sense. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books-maybe a mistake in the text or the code-we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title. To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the internet, do provide us with the location address or website name immediately so that we can pursue a remedy. You can contact us at copyright@packtpub.com with a link to the suspected pirated material. We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at questions@packtpub.com, and we will do our best to address the problem.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Implementing Qlik Sense
Published in: Oct 2017Publisher: PacktISBN-13: 9781786460448
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.
undefined
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 $15.99/month. Cancel anytime

Authors (2)

author image
Kaushik Solanki

Kaushik Solanki is a computer engineer by profession. He is working at Predoole Analytics Pvt Ltd as Qlik Architect & Delivery Manager. He holds overall 9 years of experience working on Qlik technology. His passion is to educate everyone about "Data Literacy" and "Qlik". He loves to spend time on Qlik community to help Qlik developers to learn and excel. He has a great understanding of project delivery right from the business requirement to final implementation. His experience in various domains has helped business to take valuable business decisions.
Read more about Kaushik Solanki

author image
Ganapati Hegde

Ganapati Hegde is an engineer by background. He carries an overall IT experience of over 16 years. He is very passionate about technology and is always looking out to learn newer technologies. He started his IT career with SK International where he headed Software Services and worked with myriad of technologies, including programming, databases, IT security, application virtualization, and cloud services. During his stint with SK International, he was involved in lot of integration projects and thus has good knowledge on API/SDK. He was instrumental in setting up practices such as RSA, Citrix, Oracle, and Salesforce. He is currently working with Predoole Analytics, an award winning Qlik partner in India, in the presales role. He has worked on BI projects in several industry verticals and works closely with customers, helping them in their BI strategies. His experience in other aspects of IT, like application design and development, cloud computing, networking, and IT Security, helps him to design perfect BI solutions. He conducts workshops to increase user awareness and drive adoption. He works on analysis of unstructured time stamped data and IOT as well, allowing customer to get business insights and help improve efficiency. This is being done with the help of big data platform Khika, which does real time co-relation of log data across sources. This helps customers mitigate risk and help in IT Audit and Compliance. Ganapati is now working on improving his knowledge of advanced analytics using technologies like R and python.
Read more about Ganapati Hegde