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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

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
Partner - Champion
Partner - Champion

could you post a screenshot?

OmarBenSalem

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

do as follow as a dimension;

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