Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
in one chart i should show the data of year 2011 and year 2012 data
and also on my x axis i want the data to be started from 50k instead og 200k where should i change the settings
Hi Reddy,
This sum({<Year={'2011','2012'}>}sales) for sales figure.
Axes = right click on the chart > Properties > Axes > in the Scale secetion (right hand side of the screen) check Static Min & enter 50000 and Static Max enter 200000.
Click OK
And if you wish to display K as representation of THOUSAND
ight click on the chart > Properties > Number > far down to the right Thousand Symbol enter K and click OK
Let me know if it helps
Regards,
Gabriel
hi
do as below
sum({<Year={'2011','2012'}>}sales) and set axes-scale static min and max value and define static step as 50 fromchart properties
Hope it helps u.
can clearly say me where should i change the values os axes
Right clik on chart properies and selcect Axes and Clik Static Step from Scale and define its is as 50..hope it will help
no it is not working on the x axis i wanted to see the value 50000 it is not working i am seeing 200000 only again
Pls attach your sample file
and also in that one i wanted to see 2012 weaks and 2011 weaks on y axis
Hi Reddy,
This sum({<Year={'2011','2012'}>}sales) for sales figure.
Axes = right click on the chart > Properties > Axes > in the Scale secetion (right hand side of the screen) check Static Min & enter 50000 and Static Max enter 200000.
Click OK
And if you wish to display K as representation of THOUSAND
ight click on the chart > Properties > Number > far down to the right Thousand Symbol enter K and click OK
Let me know if it helps
Regards,
Gabriel
thanq it works
Glad it worked