Using Crystal 9.
I've seen other questions posted on this issue ( thread767-1099726 ), but no good long term resolutions. I've got a report that is grouped by Division. Within each group (by division) I have a pie chart that shows time separated into 6 pieces. The 6 pieces are the following formulas:
Avg of @1
Avg of @2
Avg of @3
Avg of @4
Avg of @5
Avg of @6
Each formula is just calculating time difference between two times.
The legen shows the above formula names. I can then right click on one of the names in the legend and select 'Edit Axis Label' to a name that makes more sense to users and all is well.
However, my problem is when you run the report again. I have a parameter where you choose your Division - West, East, or Central. When a different division is chosen, the groups are then changed and the chart's legend reverts back to original default mode. Showing the "Avg of @3" or whatever.
Is there any way to make these changes permanent?
I've seen other questions posted on this issue ( thread767-1099726 ), but no good long term resolutions. I've got a report that is grouped by Division. Within each group (by division) I have a pie chart that shows time separated into 6 pieces. The 6 pieces are the following formulas:
Avg of @1
Avg of @2
Avg of @3
Avg of @4
Avg of @5
Avg of @6
Each formula is just calculating time difference between two times.
The legen shows the above formula names. I can then right click on one of the names in the legend and select 'Edit Axis Label' to a name that makes more sense to users and all is well.
However, my problem is when you run the report again. I have a parameter where you choose your Division - West, East, or Central. When a different division is chosen, the groups are then changed and the chart's legend reverts back to original default mode. Showing the "Avg of @3" or whatever.
Is there any way to make these changes permanent?