Hi,
I created a formula on a Crystal report called HISMonthAndYear. The formula is:
whileprintingrecords;
MonthName({HIS.MONTH},True) & '-' & Right(ToText({HIS.YEAR},0,''),2)
I set this formula to use in the x-axis of a line chart on my report.
Everything looks lovely when I run the report, except the data along the bottom of the chart is labled:
Apr 12 - Aug 12 - Dec 12 - Feb 12 - Jan12 - etc......
So I select the formula under the 'On change of' dropdown and click the Order button, BUT my formula is not in the list. It contains a bunch of report fields, plus two other formulas, but not my HISMonthAndYear formula.
Why is it not in the list and how can I get it there?