Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
It would be nice if I get something like this:
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)
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