Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show dimension when expression value is null

I have a straight table where I am simply showing sum of sales for the days of the week.  If there are no sales for a day of the week, like Monday, how can I force that day to appear with no data or zero?

Thank you!

Robyn

Sun               10

Mon    

Tues               15

Wed               20

Thurs               5

Fri                    11

Sat                    22

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Robyn,

In dimensions tab:

- check "show all values"

- uncheck "supress when value is null"

In presentation tab:

- uncheck "supress zero values"

Marc.

View solution in original post

4 Replies
Not applicable
Author

=if(isnull(sales),0, sales)

anbu1984
Master III
Master III

Deselect "Suppress when value is null" in Presentation tab

PrashantSangle

Hi,

Create Master Calendar to solve the issue.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Anonymous
Not applicable
Author

Robyn,

In dimensions tab:

- check "show all values"

- uncheck "supress when value is null"

In presentation tab:

- uncheck "supress zero values"

Marc.