Hi Everyone,
I have a stored procedure which contains many case statements which sum values based on two different date ranges.
e.g.
case sum X if date between @StartDatePeriod1 and @EndDatePeriod1
case sum X if date between @StartDatePeriod2 and @EndDatePeriod2
The user chooses the data values for these parameters:
@StartDatePeriod1
@EndDatePeriod1
@StartDatePeriod2
@EndDatePeriod2
On to the graphing question...
When I attempt to graph these values they get separated out into their corresponding dates (see below). Without seperating them into two chart areas, is there any way to overlay these? I am envisioning removing the x-axis labels, and just putting the date ranges used into the chart title...
Any thoughts, suggestions, recommendations are much needed and very appreciated.
Regards,
Craig