Book Image

Implementing Qlik Sense

By : Kaushik Solanki, Ganapati Hegde
Book Image

Implementing Qlik Sense

By: Kaushik Solanki, Ganapati Hegde

Overview of this book

Qlik Sense is a leading platform for business intelligence (BI) solutions. Qlik Sense helps organizations in making informed decisions based on the data they have. This book will teach you how to effectively use Qlik for optimum customer satisfaction. You will undergo a metamorphosis from a developer to a consultant who is capable of building the most suitable BI solutions for your clients. The book will take you through several business cases – this will give you enough insight to understand the needs of the client clearly and build a BI solution that meets or exceeds their expectations. Starting from the pre-project activities, you will go to the actual execution of the project, the implementation, and even maintenance. This book will give you all the information you need - from the strategy to requirement gathering to implementing BI solutions using Qlik Sense. The book will empower you to take the right decisions in tricky and diffi cult situations while developing analytics and dashboards.
Table of Contents (12 chapters)

Script Management

Often it happens with us that whenever we start writing code, we just keep on writing without focusing on the maintenance of the script. This may happen because we are in a hurry to complete the project. But eventually, any haphazard code is difficult to maintain and the code written by one developer would be difficult to manage for another developer.

For example, when you do the coding yourself, you may think that you have done a great job by delivering everything on time, but when you revisit your code after six months to do some modification, it often happens that you forget what you had written and what logic had been applied.

So being a good developer, your focus should not only be on the delivery of value added analysis to your end user, but also on maintenance of the script. Unless you handle your script well, you cannot truly call yourself a good developer...