Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

null in bar chart

hi,

i have a bar chart with null bar, the label of the bar is '-' i what to change the label. how can i do that?

1 Reply
manideep78
Partner - Specialist
Partner - Specialist

that is the dimension with Null value. so the chart is calculating the expression for Null valued dimension also. check Suppress null values option to avoid this null values in the charts.

else if you want to give a name for that then take calculated dimension and then write if condition.

If(Dimension=NULL() or Dimension=' ', 'NullValues',Dimension)