Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mrainey18
Creator
Creator

Null Dimensions

I have two tables that when linked together have some data mismatches.  This is fine but I would like to display a default value in the table instead of having a light grey box.

Any ideas on how to do this?

1 Solution

Accepted Solutions
OmarBenSalem
Partner - Champion II
Partner - Champion II

let's sayyour table contains; yourDimension and a measure:

do as follow as a dimension;

if (YourDimension&YourMeasure=YourMeasure,'Default value',YourDimension)

View solution in original post

2 Replies
agigliotti
MVP
MVP

could you post a screenshot?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
OmarBenSalem
Partner - Champion II
Partner - Champion II

let's sayyour table contains; yourDimension and a measure:

do as follow as a dimension;

if (YourDimension&YourMeasure=YourMeasure,'Default value',YourDimension)