R
reddy
I am trying to build the query logic for the following:
Month ActivityName Standard
0308 Data Entry 50
0408 Data Entry 100
0508 Data Entry 100
0408 MailSort 200
0508 Mailsort 250
0308 Counting 2000
0408 ADE 500
I want the query to return the most recent standard associated with multiple
dates. Not all actvities were present in all three months (0308,0408, 0508).
Some were present only in 0308 or only in 0408.
The results of the query should be:
0508 Data Entry 100
0508 Mailsort 250
0308 Counting 2000
0408 ADE 500
Please advise. Thanks!
Month ActivityName Standard
0308 Data Entry 50
0408 Data Entry 100
0508 Data Entry 100
0408 MailSort 200
0508 Mailsort 250
0308 Counting 2000
0408 ADE 500
I want the query to return the most recent standard associated with multiple
dates. Not all actvities were present in all three months (0308,0408, 0508).
Some were present only in 0308 or only in 0408.
The results of the query should be:
0508 Data Entry 100
0508 Mailsort 250
0308 Counting 2000
0408 ADE 500
Please advise. Thanks!