I'm trying to generate a report in Crystal Reports 2008 that gives me an overview of Users' results for a Month ignoring the date it was taken. For example the results table looks like this:
User Name Result Date_taken
User1 80 4/2/2011
User1 98 4/3/2011
User1 100 4/3/2011
User2 78 4/3/2011
User2 99 4/5/2011
User2 73 4/5/2011
User2 96 4/7/2011
I do not want to use a cross-tab because it will generate the results based on the dates. This is how I wish to display the results:
User Name Result1 Result2 Result3 Result4 Result5
User1 80 98 100 N/A N/A
User2 78 99 73 96 N/A
User3 100 90 N/A N/A N/A
User4 74 96 91 92 81
User5 89 98 98 96 97
User6 95 85 73 N/A N/A
User7 94 91 100 73 100
You can see for example Result1 for User1 and User2 were not taken on the same date but the result displays on the same column because it is the first result for both. Is it really possible to achieve this? I really appreciate your response.
User Name Result Date_taken
User1 80 4/2/2011
User1 98 4/3/2011
User1 100 4/3/2011
User2 78 4/3/2011
User2 99 4/5/2011
User2 73 4/5/2011
User2 96 4/7/2011
I do not want to use a cross-tab because it will generate the results based on the dates. This is how I wish to display the results:
User Name Result1 Result2 Result3 Result4 Result5
User1 80 98 100 N/A N/A
User2 78 99 73 96 N/A
User3 100 90 N/A N/A N/A
User4 74 96 91 92 81
User5 89 98 98 96 97
User6 95 85 73 N/A N/A
User7 94 91 100 73 100
You can see for example Result1 for User1 and User2 were not taken on the same date but the result displays on the same column because it is the first result for both. Is it really possible to achieve this? I really appreciate your response.