Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
remo0017
Contributor II
Contributor II

Charts display and hide options

Hi Everyone,

  I am using a Qlikview chart to display some data and having a filter which can filter the data appropriately.

I am using expressions to calculate the percentage, count of records on the chart.

But when i choose a filter option for which there is no data, i need to display something like "Not applicable for this category" if the data for that filter doesn't exists.

I tried using Custom Error messages, but it's not working any ideas on how we can do that.

1 Reply
jwjackso
Specialist III
Specialist III

Have you tried using an IF test  to verify that you have a count > 0?

 

If (count({some set analysis} value) > 0, your percent expression,your error message)