I'm trying to make a report from two excel sheets which have common information in them. Each excel spreadsheet is comprised of a column with the date (week by week) and a second column containing the # of tickets opened or closed (depending on spreadsheet, this is a helpdesk system).
The problem occurs when there are 0 tickets either opened or closed in that given week the field does not get exported into the excel spreadsheet, and then when the spreadsheet is re-imported into Crystal it ignores weeks that do not have a value for each open and closed.
Example:
This is the "opened" spreadsheet:
Week |
Opened |
April 20, 2008 |
1 |
May 4, 2008 |
3 |
May 18, 2008 |
2 |
May 25, 2008 |
2 |
June 1, 2008 |
141 |
June 8, 2008 |
63 |
June 15, 2008 |
71 |
June 22, 2008 |
7
|
This is the closed spreadsheet:
Week |
Closed |
June 1, 2008 |
91 |
June 8, 2008 |
60 |
June 15, 2008 |
71 |
June 22, 2008 |
62 |
As you can see the opened spreadsheet contains more values than the closed.
When I combine the two reports in Crystal it links the two databases based on the "Week" field and then outputs the report but starts on June 1,2008, the first week in which they have data in common.
How can I get Crystal to not ignore the values where only one table has data???? I've tried to add another column that uses a combination of week# and year to act as a key but the same problem continues. Any ideas?
THX!!!!