Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Bar chart which displays count of Pass and count of Fail.
for now I have only Pass data. so, in Fail data instaed of blanks how can I show 'There are no failures' . Please can anyone suggest me.
I tried Error Message caption but it is not workign for this requirement.
Thanks.
The text object is not disabling, you need to set the object to Top
please see attached.
Hi,
I am not sure but this example will help you.
Perfect Thanks.
Instead of adding text box object you can achieve by using 'Text in Chart' functionality provided.
Add : =IF(Count({<Result={'Fail'}>} Distinct Reference) = 0,'No failure',0)
Hi,
You can also do something like this :
Thanks. That's really good.