Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Custom Message in the chart if the values are zero

Hi,

I need to display a message in the chart if the value in the chart is Zero.

A message should be shown "No DATA"

I am attaching the app required the suggestion on the same

1 Reply
its_anandrjs

Try to write like expression for the Item dimension

=If( Item = 0, 'No Data' , Item )