Hey Friends,
I have a simple table that displays revenue for PAST 6 MONTHS only. Assuming we are in February 2012, the table should look like this:
Month…Revenue
August…11,500
December…23,975
January…43,556
November…75,233
October…15,325
September…84,453
Here, its understood that “January” in the above table is from year 2012 because the table displays ONLY past 6 months data. Therefore I do not want to explicitly mention the Year Number YYYY.
I want to sort if month wise so that it would look like below:
Month…Revenue
August…11,500
September.84,453
October…15,325
November…75,233
December…23,975
January…43,556
I am able to achieve this requirement in the form of a table. First, I display the Months in the form of YYYY/MM in the table. Then, on that column I apply alerters, for example, If Month = August, then display August. So this works perfectly fine.
How can I get the same functionality to work on a bar chart? When i convert the same table to chart, the alerters are inapplicable. And in the chart, on X-axis, i see values like “2011/08”, “2011/09”…“2012/01”. I just want the month names. If the format is "YYYY/MM " it works fine on the chart also. But I want only the names. Any ideas? I did some search on the forums, but could not find a solution to this requirement.
Regards
Steve
Dolly86 (BOB member since 2008-02-26)