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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show text on top of each bar chart

Hi,

How do I configure to have text as indicate in the following snapshot to  show on each bar chart. The position of the text should be able to move up or down dynamically according to the chart.

Capture12.JPG.jpg

5 Replies
Not applicable
Author

Do you want to show the percentages on the top of every bar or the exact amount or both?

Not applicable
Author

1) If you want to show the amounts n top of the bar then you can go into properties of the bar chart and then go into expressions and check the box 'Values on Data Point'

2) If you want to show only the percentages then you can follo the same above mentioned procedure and also check the box 'Relative'.

If you want both to happen at same time then g owith the option (1) and after that make text objects displaying the percentages of the bar chart values and you can place them on the top of the bars. but it's not a good way to go.

Not applicable
Author

I want to show the text of its legend.

Capture13.JPG.jpg

Not applicable
Author

Hi,

you can use dual function to achieve the same

=DUAL( Only(A) & '-' & SUM(A), SUM(B))

marcus_sommer

You could put the percentage expression in an additionally bar and hide these bar.

- Marcus