Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sdaniels0606
Contributor III
Contributor III

Deleting null values from a bar chart

Hello,

I have a problem with a bar chart. When I try deleting the null values I dont need, the chart creates a new label named "-".

To delete the Null values I use "Alt(expresion,' ')" or "If(IsNull(Expresion),' ',Expression)".

without - .PNG -->with -.PNG

BTW, the values Im trying to erase are from a second expression without bars.

1 Solution

Accepted Solutions
sunny_talwar

Once you use your calculated dimension, you need to check 'Suppress When Value Is Null' on the dimension tab of the chart properties to hide those null values

View solution in original post

2 Replies
sunny_talwar

Once you use your calculated dimension, you need to check 'Suppress When Value Is Null' on the dimension tab of the chart properties to hide those null values

surendraj
Specialist
Specialist

Hi,

Here is the another way,with out using the supress null values,we can restrict it by using set analysis.

sum({<sales-={'0'}>}sales)

--surendra