Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to see Legend names (or to include some text) inside the BAR CHART.
Is it possible to do anything with EXPRESSION ?
In the following example , I would like to see "MAXIMUM SALES OF......." text inside the BAR CHART
Maybe there are other settings which prevent the displaying inside the bar. Are there any other expressions/dimensions which are disabled or hiding? Do you use a bar-chart or a combi-chart? And probably some more ... and I see on your screenshot that the legend-settings are disabled - this happens if there any conflicts between certain settings (Ihave had this topic before but don't remember actually which one) - and for me it's working:
- Marcus
For this you could enable within the tab presentation (area mid-left) the displaying within the segments and in vertically and as expression to use a dual-function, like:
dual('Sum({$} Sales) = ' & Sum({$} Sales), Sum({$} Sales))
- Marcus
Hi,
Sorry , I am unable to find the options , you have mentioned in PRESENTATION tab.
Please help me.....
I
You have them already enabled:
In Expresssion ;
=dual('Sum({$} AMOUNT) = ' & Sum({$} AMOUNT), Sum({$} AMOUNT))
But I am still seeing the values OUTSIDE THE bars .. Is there anything I missed ?
PFA of BARCHART AND PRESNTATION OPTIONS.
Maybe there are other settings which prevent the displaying inside the bar. Are there any other expressions/dimensions which are disabled or hiding? Do you use a bar-chart or a combi-chart? And probably some more ... and I see on your screenshot that the legend-settings are disabled - this happens if there any conflicts between certain settings (Ihave had this topic before but don't remember actually which one) - and for me it's working:
- Marcus
Thanks , I have got it ...t
here is one more SHOWTEXTVALUE mentioned in EXPRESSION. This is preventing the LEGEND to go inside...