I have a problem to get the lates time from my table. Each ID has 4 start time in different columns, and some columns may be null. Here is a sample:
ID L1 L2 R1 R2
D001 10/10/2012 15:00 10/10/2012 15:15 10/10/2012 15:20 10/10/2012 15:50
D002 10/11/2012 09:01 10/11/2012 09:12
I would like my crystal report to pick the latest time in my report as D001 10/10/2012 15:50 and D002 10/11/2012 09:12
I appreciate if anyone has a solution for it.
ID L1 L2 R1 R2
D001 10/10/2012 15:00 10/10/2012 15:15 10/10/2012 15:20 10/10/2012 15:50
D002 10/11/2012 09:01 10/11/2012 09:12
I would like my crystal report to pick the latest time in my report as D001 10/10/2012 15:50 and D002 10/11/2012 09:12
I appreciate if anyone has a solution for it.