Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
0li5a3a
Creator III
Creator III

Hide nulls values in legend in charts

Hello,

is there any way to hide the nulls values in legend but stii to display the months where we have no values?

Please find below

Capture.PNG

I did checked the  Suppress Zero- Values from Presentation but when I do this all the nulls goes including the months with no data.

Capture.PNG

Any advice?

Regards,

C

1 Solution

Accepted Solutions
0li5a3a
Creator III
Creator III
Author

HI,

I use 2 dimensions, Month and Source.  I just figure out that if I use iF(iSNULL(Source),,'',Source)  the charts looks good

Capture.PNG 

Thanks

View solution in original post

3 Replies
MK_QSL
MVP
MVP

are you using Calculated Dimension?

Are you using two dimension?

can you provide exact dimension and expression you are using?

or provide sample app.

0li5a3a
Creator III
Creator III
Author

HI,

I use 2 dimensions, Month and Source.  I just figure out that if I use iF(iSNULL(Source),,'',Source)  the charts looks good

Capture.PNG 

Thanks

msmichael
Creator
Creator

Thank you soooooo much for sharing this. I got exactly same issue and could not solve it for days... your solution really helped me a looooot! 🙂