How do we sort months in Chart when create chart report ?
How do we sort months in Chart when create chart report ?
Some times we need to sorting chart when we create chart report. sorting option shows only alphabetic and numeric sorting. To sort chart by month use the following sorting expression.
Right Click on the category field of the chart and select Category Group Properties. then go to the sorting tab. open the expression tab and use the following expression.
=Month(cdate("1-" &Fields!mon.Value & "-2010"))
Keep the order as A-Z and it should now order your Months Correctly.