Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to show data points at bottom of bars like below.
PFA..
You want to show within bar chart only or on X axis you want to plot?
I want data points within bars at bottom...
i hope you cant show values lik that instead you can try text on axis on expression tab
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"
I can but requirement is that only.
Is there any option to do that?
Thanks
you can try balrajahlawat suggestion but its quite difficult
Its Not possible in Bar chart.
Regards,
Nagarjuna
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.
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..
Edit:
Sample Attached