Book Image

Mastering Qlik Sense

By : Juan Ignacio Vitantonio
Book Image

Mastering Qlik Sense

By: Juan Ignacio Vitantonio

Overview of this book

Qlik Sense is a powerful, self-servicing Business Intelligence tool for data discovery, analytics and visualization. It allows you to create personalized Business Intelligence solutions from raw data and get actionable insights from it. This book is your one-stop guide to mastering Qlik Sense, catering to all your organizational BI needs. You'll see how you can seamlessly navigate through tons of data from multiple sources and take advantage of the various APIs available in Qlik and its components for guided analytics. You'll also learn how to embed visualizations into your existing BI solutions and extend the capabilities of Qlik Sense to create new visualizations and dashboards that work across all platforms. We also cover other advanced concepts such as porting your Qlik View applications to Qlik Sense,and working with Qlik Cloud. Finally, you'll implement enterprise-wide security and access control for resources and data sources through practical examples. With the knowledge gained from this book, you'll have become the go-to expert in your organization when it comes to designing BI solutions using Qlik Sense.
Table of Contents (16 chapters)

Advanced Scripting

As we described in previous chapters, Qlik Sense makes it easy to manipulate and load data from different sources through a visual interface called Data Manager. Nevertheless, Qlik Sense comes with a very powerful scripting language that is shared with its father, QlikView, mostly in its totality and making these tools unique in the market.

Qlik Sense inherited most of the script elements from QlikView. Most of the functions found in QlikView can still be used in Qlik Sense. Other new functions, such as declare and derive, were introduced with Qlik Sense and are not available in QlikView. These two functions are described in Chapter 7, Best Practices for Loading Data in Qlik Sense, so I recommend you refer to them after reading this chapter if you have not done so already.

There are tons of functions in Qlik Sense, however, my intention is to describe the functions...