In Crystal Reports XI - Is there a way to use this formula;
DatePart("ww", ({CustomerSurvey.SurveyCompleteDate}),crWednesday) or
DatePart("ww", ({CustomerSurvey.CreatedDateTime}),crWednesday)
only use the current date range of the report, which in this case is year to date?
I'm trying to chart the year to date success of our survery's.
I would like to show the number of surveys sent and completed as two different values by week number for the year to date on a chart with two lines.
Like;
week 40 - 41 sent and 9 completed
week 41 - 49 sent and 14 completed
week 42 - 45 sent and 10 completed
|
|
50----------------S
|-------------------------S
40------S
|
30-
|
20-
|-----------------C
10-------C---------------C
|______|_____|_____|_____|_____ (if this helps)
Week-40----41----42----43
Some Fields in the database;
CustomerSurvey.SurveyCompleteDate (which is also DateTime)
CustomerSurvey.CreatedDateTime
CustomerSurvey.SurveyStatus = "Completed" or "Open"
CustomerSurvey.SurveyID
Also open to better ways meet my goal here if I'm going down the wrong path.
Thank,
Jeff
DatePart("ww", ({CustomerSurvey.SurveyCompleteDate}),crWednesday) or
DatePart("ww", ({CustomerSurvey.CreatedDateTime}),crWednesday)
only use the current date range of the report, which in this case is year to date?
I'm trying to chart the year to date success of our survery's.
I would like to show the number of surveys sent and completed as two different values by week number for the year to date on a chart with two lines.
Like;
week 40 - 41 sent and 9 completed
week 41 - 49 sent and 14 completed
week 42 - 45 sent and 10 completed
|
|
50----------------S
|-------------------------S
40------S
|
30-
|
20-
|-----------------C
10-------C---------------C
|______|_____|_____|_____|_____ (if this helps)
Week-40----41----42----43
Some Fields in the database;
CustomerSurvey.SurveyCompleteDate (which is also DateTime)
CustomerSurvey.CreatedDateTime
CustomerSurvey.SurveyStatus = "Completed" or "Open"
CustomerSurvey.SurveyID
Also open to better ways meet my goal here if I'm going down the wrong path.
Thank,
Jeff