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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
warrentk80
Creator
Creator

Text in bar chart

I made a bar chart,

I would need to include the descriptive text inside each block as shown in the enclosed figure

Is there an option to enter text close to the value?

Available for clarification

Thank you

Andrew

2 Replies
zhadrakas
Specialist II
Specialist II

Hello Andrea,

i think you should use the dual() function  to Display text and value together.

How to use- Dual()

Regards

tim

antoniotiman
Master III
Master III

Hi Andrea,

as Tim suggests

Expression Like this

Dual('Text is : '&Sum(Value),Sum(Value))

Regards,

Antonio