Reader small image

You're reading from  Creating Stunning Dashboards with QlikView

Product typeBook
Published inOct 2015
Publisher
ISBN-139781782175735
Edition1st Edition
Right arrow
Author (1)
Julian Villafuerte
Julian Villafuerte
author image
Julian Villafuerte

Julian Villafuerte is a founding member of Evolution Consulting, a Mexican firm which provides QlikView consulting services throughout the Americas. Since 2010, he has helped several companies to define effective strategies for data management and business analysis. As a consultant, he has worked in application development, project management, pre-sales and training for many industries, including retail, manufacturing and insurance. In October, 2015, he published “Creating Stunning Dashboards with QlikView”, a practical handbook focused on developing useful and engaging analytical applications. He has a Master's degree in Information Technology Management and teaches at the Tecnológico de Monterrey in Mexico City. Recently, he started a blog called QlikFreak (https://qlikfreak.wordpress.com/), where he shares tips and tricks about data visualization, scripting and best practices.
Read more about Julian Villafuerte

Right arrow

Variables – making your life easier


Variables are one of the most flexible elements in the QlikView realm. As we have seen throughout the book, you can use them as part of your script, the navigation schema or as a mechanism for the user to interact with the app. Likewise, they can help you standardize your dashboards by creating consistent color palettes or speed up your development by making it easier to create new calculations.

Formulas and Set Analysis

Stunning dashboards are not only functional, user friendly, and eye catching, but also robust and easy to maintain. One of the benefits of using variables in a QlikView app is that you can encapsulate common calculations. For example, imagine that you are dealing with an expression such as this one:

=sum({$<Category={'A', 'B', 'C'}, Cancelled={0}>} Sales)

Instead of copying and pasting it onto several charts time and again, you can create a variable called vSales to store it. Now, whenever you need to use it, you just have to type the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Creating Stunning Dashboards with QlikView
Published in: Oct 2015Publisher: ISBN-13: 9781782175735

Author (1)

author image
Julian Villafuerte

Julian Villafuerte is a founding member of Evolution Consulting, a Mexican firm which provides QlikView consulting services throughout the Americas. Since 2010, he has helped several companies to define effective strategies for data management and business analysis. As a consultant, he has worked in application development, project management, pre-sales and training for many industries, including retail, manufacturing and insurance. In October, 2015, he published “Creating Stunning Dashboards with QlikView”, a practical handbook focused on developing useful and engaging analytical applications. He has a Master's degree in Information Technology Management and teaches at the Tecnológico de Monterrey in Mexico City. Recently, he started a blog called QlikFreak (https://qlikfreak.wordpress.com/), where he shares tips and tricks about data visualization, scripting and best practices.
Read more about Julian Villafuerte