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

empty bar in bar chart

hi,

i have a bare chart with two dimensions with group style

i limited the second dimension (LOB) to five and i get the result i want

BUT i have the empty bars (because the LOB not exist in quarters).

How can i hide those bars?

5 Replies
Chanty4u
MVP
MVP

did you check the option suppress null values in dimension[each] tab and presentation tab?

adiarnon
Creator III
Creator III
Author

yes

its not working

uacg0009
Partner - Specialist
Partner - Specialist

Hi adi,

could you please upload a sample? so I can try to make it happen in your situation.

Thanks.

Aiolos

adiarnon
Creator III
Creator III
Author

i cant upload file to the web in my company

kevinalvino
Partner - Creator
Partner - Creator

Hi Adi,

You can achieve it by :

In Expression tab, Look for the formula used to calculate LOB. Set the Conditional to = IF(NOT IsNULL(Dimension for LOB)).

Depends on the formula, i recommend you to create multiple expression with set analysis per dimension , so it easier to manage. If you do this way , then in Conditional field, you can write : IF ( *Formula used to calculate LOB* <>0 ) or you can use NOT IsNULL again , if you not handling Null as 0 Value.

Hope it helps,

Best Regards,

Kevin