Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
federerman
Contributor III
Contributor III

How to Show Null Data in a Chart (Power of Gray)

How to Show Null Data in a Chart (Power of Gray)

When making selections in a Qlik chart, the default behavior is to narrow down all dimensions in the chart to only those that have data.  In other words, as you continue to drill into a Qlik object, the dimensions often present fewer and fewer options.  Additionally, it might be the case that between data loads, your data changes and you no longer have any data for a given dimensional value.

How do I create a chart object that has static dimensions, so that even when selections are made, the chart axes present ALL the dimensional values/combinations?

See screenshots below for more detail.  If you are familiar with SAS, I’m looking for the PRELOADFMT option.  This seems like it should be an option to go along with Qlik’s “Power of Gray” campaign.

 

Before Selection

show null before.png

 

After Selection

show null after.png

 

1 Reply
federerman
Contributor III
Contributor III
Author

I have found a solution for this on Oleg Troyansky's blog post - 

https://www.naturalsynergies.com/q-tip-20-showing-all-values-in-qlik-sense/

 

Note the solution I used was in the blog comment thread.  Simply multiply the measure expression by Sum({1}1):

 

<MeasureExpression>*Sum({1}1)