I am facing an issue with sorting the month in a chart. I have to show the month wise statistics in a bar chart. In the dataset,I am sorting by monthid,and when I preview the results,I get the desired output.But issue comes when I need to diplay the month name.The months are getting alphabetically displayed.
How to plot x-axis in a bar chart ,with monthname as 'Jan','Feb','Mar'.... 'Dec',rather than 'Apr','Aug','Dec',...'Sep' in display ?
How to plot x-axis in a bar chart ,with monthname as 'Jan','Feb','Mar'.... 'Dec',rather than 'Apr','Aug','Dec',...'Sep' in display ?