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

Color highlight


QlikView's natural behavior is to zoom in on the data once a selection is made. However, there is a great downside to doing this: you lose some context because the rest of the elements disappear. One of the most popular ways to overcome this phenomenon is to mix color functions with our good old friend—Set Analysis.

Example: NBA standings.

Relevant features: Set Analysis and color highlight.

To create this visualization, you can do the following:

  1. Create a classic bar chart using Team as the dimension and sum(Wins) as the expression.

  2. This trick is based on two parts. First, we must work with the colors so that only the possible teams are highlighted. Then, we must ensure that even though the user selects just a couple of teams, the chart always displays all of them.

  3. Let's move on to the color. Go to the Expressions tab and click on the Expression Expansion icon.

  4. Locate the Color Background parameter and add the following formula:

    =if(match(Team, concat(DISTINCT Team, ',')),RGB(130...
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