Forum Discussion
Anonymous
3 years agoNot applicable
Tornado Chart zero values
Hi all, I have used Tornado Chart 2.1.0 in my report. It works fine when we have non zero values in the chart. But when all the values are zero, instead of zero length bars the visual shows full len...
- 3 years ago
Anonymous , It may be because of all values in 0 , if there is some value other than 0, it might not.
You can make 0 values as blank, that might work
Anonymous
2 years agoNot applicable
Same issue here too, my workaround was to add in:
IF(Result = 0, "0", Result) that fixed it