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: 
Not applicable

Chart No Data to Display

In the attached application I have a chart and when I select July it has no sales so the chart shows "No Data to Display" is there a way I can get the chart to show zero versus saying "No Data to Display".

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi sbp,

It sound like customize message <No Data to Display>. Maybe I'm not get your point, but let try this

Right Click on Bar Chart ==> Properties ==> Select General Tab

    1. Calculation Condition : IF(SUM(Sales)=0,0,1)

    2. Click on button <Error Messages> ==> Custom Message and paste =IF(SUM(Sales)=0,'Value is 0')

Check in attached file also.

Do let me know.

Regards,

Sokkorn Cheav

View solution in original post

2 Replies
Sokkorn
Master
Master

Hi sbp,

It sound like customize message <No Data to Display>. Maybe I'm not get your point, but let try this

Right Click on Bar Chart ==> Properties ==> Select General Tab

    1. Calculation Condition : IF(SUM(Sales)=0,0,1)

    2. Click on button <Error Messages> ==> Custom Message and paste =IF(SUM(Sales)=0,'Value is 0')

Check in attached file also.

Do let me know.

Regards,

Sokkorn Cheav

Not applicable
Author

Thank you for your help.