CR10
Oracle 8i
I have a Bar Chart that displays a rolling 12 month period. I have a couple of ways that I can sort the bars on the graph & this works okay.
What displays for the Axis though is 10/2004, when my user wants to see October.
I created a formula (MonthName) to decipher 10/2003 into October, only, I haven't found a way to get CR to display MonthName but order by Month itself.
I'm beginning to believe that it might not be possible, and my user will just have to be happy with 10/2004.
I contemplated using a 'Specified Order' to sort on, only, I don't know the order at any point in time, seeing as how it's a rolling 12 month graph.
I also contemplated doing it via an Oracle VIEW, only, doing the Grouping in the VIEW will be wasteful, since no record selection will have been done.
A Stored Procedure might resolve it, but SP's under Oracle are slooooow to return the records to CR...
Any thoughts/suggestions.
Thanks,
Peter.
Oracle 8i
I have a Bar Chart that displays a rolling 12 month period. I have a couple of ways that I can sort the bars on the graph & this works okay.
What displays for the Axis though is 10/2004, when my user wants to see October.
I created a formula (MonthName) to decipher 10/2003 into October, only, I haven't found a way to get CR to display MonthName but order by Month itself.
I'm beginning to believe that it might not be possible, and my user will just have to be happy with 10/2004.
I contemplated using a 'Specified Order' to sort on, only, I don't know the order at any point in time, seeing as how it's a rolling 12 month graph.
I also contemplated doing it via an Oracle VIEW, only, doing the Grouping in the VIEW will be wasteful, since no record selection will have been done.
A Stored Procedure might resolve it, but SP's under Oracle are slooooow to return the records to CR...
Any thoughts/suggestions.
Thanks,
Peter.