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: 
prma7799
Master III
Master III

How to show data points at bottom

Hi All,

How to show data points at bottom of bars like below.

PFA..

12 Replies
Anonymous
Not applicable

You want to show within bar chart only or on X axis you want to plot?

prma7799
Master III
Master III
Author

I want data points within bars at bottom...

gautik92
Specialist III
Specialist III

i hope you cant show values lik that instead you can try text on axis on expression tab

Anonymous
Not applicable

Not possible,

But alternate is what: you can place a text box with those values at the bottom of bar chart and removing value on data points option.

Its like "jugad"

prma7799
Master III
Master III
Author

I can but requirement is that only.

Is there any option to do that?

Thanks

gautik92
Specialist III
Specialist III

you can try balrajahlawat‌ suggestion but its quite difficult

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Its Not possible in Bar chart.

Regards,

Nagarjuna

jagan
Partner - Champion III
Partner - Champion III

Hi,

It is not possible to implement this in Qlikview, you don't have control over the values display in the chart like top, bottom, or center.  By default it is center.

Regards,

Jagan.

settu_periasamy
Master III
Master III

Hi,

Not sure, But may be you can create the one more expression. (which is already you used to  show the Bar)

it should be something like

=sum(Sales)&Repeat(chr(160),25)

In the second expression,

Uncheck the Bar, and Check the Values on DataPoint in Display Options

You need to do some adjustment of repeated count value based on your sum(sales) data

This is not a proper solution. But, something we have..

Capture.JPG

Edit:

Sample Attached