Using Crystal Reports XI Developer Edition. I am attempting to create a line chart with markers at each data point. The data points should show the date values from a table for each grouping. When I setup the chart, I'm setting On Change of field to the MilestoneID, and adding my 3 date fields as the summary fields. The problem is that the only summary options I get for my date fields are Count and Distinct Count. I just want it to plot the date value itself without a summary of any kind. The "Don't Summarize" checkbox is disabled.
Here's an example of my data...
MilestoneID 1 2 3
Date1 1/1/07 2/1/07 3/1/07
Date2 1/15/07 2/10/07 3/31/07
Date3 1/10/07 2/3/07 3/1/07
Here's an example of my data...
MilestoneID 1 2 3
Date1 1/1/07 2/1/07 3/1/07
Date2 1/15/07 2/10/07 3/31/07
Date3 1/10/07 2/3/07 3/1/07