hi all
i am using bar chart in my reports , i want to show the intervel on my y axis like
0k,2k,4k,6k,.......
but it is showing like 0,2000,4000,6000 .... by default . i dont know hoe to achieve this please help.
Hi,
In the Value expression for the Data you are showing, divide by 1000. For example if the expression currently is
Fields!XYZ.Value, make it Fields!XYZ.Value/1000.
Then go to the Y Axis tab and in the Format Code option, put the value 0k.
I think this should give you the desired output.
-Aayush.
|||thanks Aayush it realy works
No comments:
Post a Comment