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

Why is "Suppress Zero-Values" failing?

Hi,

I have problems to show clients that dont have any invoices in a Pivot/straight Table chart. Under the Presentation tab, I have unchecked "Suppress Zero-Values" (have also tried all possible combinations of the settings), but without success.

I have been able to recreate the problem in the small attached document. My simple data model looks like this:

model.PNG

I want to display the clientName as a dimension and sum all the sales for that client:

chart.png

My problem is that I have a client C that doesn't show up.

I added the amount on invoiceLine level as a test during the troubleshooting and to my suprise;  Client C appears!

chart2.PNG

Why this behavior? Is it because the Amount column "is to far away" from the client?

To test that, I merged invoiceLines and invoiceAccounts with a LEFT JOIN:

model2.PNG

=Sum(Amount) works now and Client C is visible?

I need to know (I'm curious) why this behaviour. In my real document, the model is more complex and I hope that I dont have to merge the two tables. But if that is the only solution.....

Best Regards,

John

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

in dimenesion tab select " supress when value is null" option

hope this helps

View solution in original post

3 Replies
Anonymous
Not applicable
Author

in dimenesion tab select " supress when value is null" option

hope this helps

flipside
Partner - Specialist II
Partner - Specialist II

Try checking Show All Values for your dimension. Suppress nulls will remove the missing dimension values too.

flipside

Not applicable
Author

Wow. 3 answer the same minute that solved my problem
I cant give you all guys points

Any idea why the behaviour changed after the left join?