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: 
isaaclin
Contributor III
Contributor III

How to leave the missing value as a gap in Combo Chart?

Could someone help me to figure out on remove those drop lines in a combo chart?

I tried the chart option to leave the missing value as a gap, but it didn't work.

Thank you in advance.

HelpQlik.PNG

1 Solution

Accepted Solutions
Ivan_Bozov
Luminary
Luminary

Maybe one of these:

Add-ons > Data handling > Include zero values (deselect)

or

IF(Measure > 0, Measure)

vizmind.eu

View solution in original post

3 Replies
Ivan_Bozov
Luminary
Luminary

Maybe one of these:

Add-ons > Data handling > Include zero values (deselect)

or

IF(Measure > 0, Measure)

vizmind.eu
isaaclin
Contributor III
Contributor III
Author

Thank you Ivan for the quick response and the correct answer.

the option 2 works for me for my case, but I believe the option 1 could work, if I convert the null into 0 in my load script.

Thanks again.

Isaac

Ivan_Bozov
Luminary
Luminary

Glad it works.

vizmind.eu