Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to not show empty fields?

Dear all,

See below graph. For the first few instances there is a 0 value. I would like the data to start at when there is a value so I don't have the diagonal red line (and the horizontal red line prior to that at the bottom of the graph). How can this be accomplished? I tried to find it in older topics but I could not find it.

There is an option to 'show as gaps' but that does not seem to do anything.

Qlik dashboard.jpg

Hopefully I have given sufficient information, if not please ask !

Many thanks and best regards.

1 Solution

Accepted Solutions
poojashribanger
Creator II
Creator II

you can use below expression as well

if(sum(expn)>0,sum(expn))

View solution in original post

7 Replies
neelamsaroha157
Specialist II
Specialist II

Can you check if you have zero value suppressed on the presentation tab - Capture12.PNG

Anonymous
Not applicable
Author

I am using the Qlik cloud version, so I don't think I have this screen. Here are the options I can see:

Qlik options.png

pooja_prabhu_n
Creator III
Creator III

Hi,

Check suppress when value is null in dimensions tab.

3.PNG

Thanks,

Pooja

Anonymous
Not applicable
Author

Hi Pooja,

It is, as far as I can see.

2018-09-05_10-17-14.png

Anil_Babu_Samineni

Do work around using expression to restrict the Null values?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
poojashribanger
Creator II
Creator II

you can use below expression as well

if(sum(expn)>0,sum(expn))

Anonymous
Not applicable
Author

Thanks a lot, that worked perfectly!

Thanks to all others as well for replying!