Is It Possible to Have Two Axis Labels for a Chart in Crystal Reports? -


This is a very straight forward question but how can I understand how to do it! I am creating a stacked bar chart in crystal reports: A date in order in the X-axis range in order: 04/01/2010 -> 31/12/2010 The value of the Y-axis is an integer value.

Actually I have a calendar field and a field that is called the weekend is anyway that for every date on the X axis label I can get the week number to group it down?

Appreciate any help! I'm probably not going in the morning

Your request is understandable (I had this idea), But I have not found any way yet (at least in crystal). Here's one thing you can do:

  1. Ensure that you have a record of every day in the time period, if not, you are right To join, an assistant table may be required.

  2. Set your X-axis as the date field.

  3. In your graph, select Right click -> Group (X) Axis option -> Skip Group Label and click on "7".

    I know that this does not answer your question at all, but this is an option that might be good.


Comments