Reputation: 51084
My data series in my bar charts are an amount for every day in the month, and for every month in the year. Crystal insists on labelling each data point with a full date, i.e. yy/MM/dd. For the month chart I want dd/MM and for the year chart I want MM/yy. How do I achieve this?
Upvotes: 1
Views: 2992
Reputation: 26262
All three options are based on this formula:
ToText({Employee.Hire Date},"MM/yy")
Upvotes: 4