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: 
retko1985
Creator II
Creator II

Hide null in bar chart but keep in total calculation

Hello,

please see the picture of my bar chart:

I want to hide the DASH, but if I check "Supress When Value Is Null" then the TOTAL amount changes, which I dont want.

Can you help me here please?

Thank you.

1 Solution

Accepted Solutions
Or
MVP
MVP

I'm more than a little lost as to why you want a bar chart with a total in it, but I guess that's what you want...

View solution in original post

10 Replies
Anil_Babu_Samineni

May be create dimension field

If(Not IsNull(Category), Category)

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
retko1985
Creator II
Creator II
Author

unfortunately makes no difference.

Anil_Babu_Samineni

I even no that, But are you adding Total using Pick (Dim,....) with the dimension. Not sure, Why TOTAL changing. Can you attach sample

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
jonathandienst
Partner - Champion III
Partner - Champion III

I expect that your problem lies in the data model, I suggest that you upload a small sample qvw with some representative data and the chart object/ The data need not be real, but the sample data should have the same structure.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
retko1985
Creator II
Creator II
Author

So I made an model document with dummy data, see attached QVW.

So what I want is not to display the NULL category, but keep the sum of TOTAL to 61.

Thank you.

pradosh_thakur
Master II
Master II

61 or 161?

can you tell what is your expected output?

Learning never stops.
parthesh
Creator
Creator

HEllo,

    Please check attached QVW.

Or
MVP
MVP

I'm more than a little lost as to why you want a bar chart with a total in it, but I guess that's what you want...

Frank_Hartmann
Master II
Master II

see attached file.

hope this helps