Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ho wto display text instead of blanks in bar chart?


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.

16 Replies
rustyfishbones
Master II
Master II

The text object is not disabling, you need to set the object to Top

2014-03-14_1157.png

Not applicable
Author

please see attached.

PrashantSangle

Hi,

I am not sure but this example will help you.

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Perfect Thanks.

manojkulkarni
Partner - Specialist II
Partner - Specialist II

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)

christophebrault
Specialist
Specialist

Hi,

You can also do something like this :

Inscrivez vous à ma Newletter Qlik
DoNotMissQlik- Connect with me on Linkedin
Not applicable
Author

Thanks. That's really good.