Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Could anybody help me with my chart layout:
I would like to have tousands seperators on my first axis and my secondary axis should be shown in %.
Unter Numbers in the chart properties I used #.##0 for my values on the first axis and the same shown in Percent for my secondary axis. Nevertheless it is not shown correctly. Also I fixed the max value for my secondary axis to 1.0 but it still shows 1.1.
Any ideas?
Best regards
Carolin
Hi,
You can write Num() given by MRKachhiaIMP in your expression
Regards,
You can use like below
NUM(YourExpression, '#.##')
NUM(YourExpression, '#,##0.00%')
Try changing the format of the values on the Number tab.
No idea why the static max value isn't honored. It works in my document.
The number format is correct. I know that usually you would do this here but for some reason it´s not changing anything.
Where should I implement this?
Hi,
You can write Num() given by MRKachhiaIMP in your expression
Regards,
Hi,
I tried but it didn´t work. My expression now:
Num((RangeSum(Above($(vCalcTotalYear1), 0, RowNo()))) /( vSumTotalSales), '#,##0.00%')
My chart now:
Hi,
do one more thing ,
Property->Expression->select Expression->select relative
regards,
Max Dreamer. Today is your Lucky Day !!!