Horizontal Bar Chart not showing bars with Zero values
Hi everyone,
I have the following chart ouput where DR Santiago Norte should appear as 0.0%
For CUMPLIMIENTO=0.0, is missing.
For CUMPLIMIENTO=0.1
For CUMPLIMIENTO=0.00000000000001
If I modify the value to 0.00000000000000000001 it will round it and show it as 0,0% but if I leave it as absolute Zero, it does not show it.
I want the chart to show the Bar when it is Zero.
I guess a workaround would be to create a new field in the Data Set, that When CUMPLIMIENTO=0, it chages it to 0.000001 But not sure if that is really possible, and definitely not the best way to proceed.