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 - Display Properties

While plotting a line chart, I have added a condition on expression. So when condition is not satisfied, nothing is displayed on line chart. Just a message is displayed stating "All Expressions Disabled". Is it possible to display empty chart (with empty grids) instead of blank chart?

Following is what I see when condition is not satisfied:

1.PNG.png

It would be nice if I get something like this:

2.PNG.png

2 Replies
yduval75
Partner - Creator III
Partner - Creator III

You can try this instead of put a condition to display your expression.

In your expression, you can put this :

If (condition, your expression, 0)

Anonymous
Not applicable
Author

Hey,

you can add one more expression with a dummy value(like =1) and always hide this expression in chart. This should do.

BR,

Chinna