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)

Use of Extensions

Extensions, as the name suggests, allow you to extend the power of Qlik Sense by creating your own charts and graphs using the Qlik Sense APIs. Assume that you want to show some analysis to your business users but it cannot be shown using the available visualization library. In such cases, Qlik Sense allows you to create your own charts and use them in Qlik Sense application.

Qlik Sense has exposed several APIs to extend the capabilities of Qlik Sense. One of such APIs is visualization API. These are the same APIs that are used by Qlik Sense to create its own inbuilt visualizations.

If you are well versed with web technology like HTML and scripting like JavaScript, then you can easily create your own extensions. You can also use third-party APIs and visualization libraries, like D3, Chart.js, Echarts, and so on.

Let us have a look at few extensions which will...