Hello.
System - CE10 Embedded, CR10 Adv Dev. MS SQL
I have a report that shows date/times of processes for a machine grouped by machine then date/time. The details are suppressed and I'm showing my fields in the group 1 footer. Group 1 is Machine Number and Group 2 is Date. In the Group 1 footer I need to show First Activity and Last Activity for that particular machine number. Then I show an elapsed time calculation between the two. Activity is one DB Field.
So, Machines 10, 11, and 12 will have activity througout the given date range. I need to show the first activity and then the last activity for a date range:
Mach# First Last
10 1-9-06 08:01:30 1-9-06 14:03:33
11 1-9-06 07:00:12 1-9-06 23:00:00
12 1-9-06 02:23:20 1-9-06 13:20:00
In this example Machine 10 (or any of them) could have had hundreds of entries between the times shown. I just need to show first and last.
I've been trying to use variables but can't seem to get the right results. I would think a formula of some sort should be able to show the earlies time and latest time for the Group, no?
Thanks for any input!
System - CE10 Embedded, CR10 Adv Dev. MS SQL
I have a report that shows date/times of processes for a machine grouped by machine then date/time. The details are suppressed and I'm showing my fields in the group 1 footer. Group 1 is Machine Number and Group 2 is Date. In the Group 1 footer I need to show First Activity and Last Activity for that particular machine number. Then I show an elapsed time calculation between the two. Activity is one DB Field.
So, Machines 10, 11, and 12 will have activity througout the given date range. I need to show the first activity and then the last activity for a date range:
Mach# First Last
10 1-9-06 08:01:30 1-9-06 14:03:33
11 1-9-06 07:00:12 1-9-06 23:00:00
12 1-9-06 02:23:20 1-9-06 13:20:00
In this example Machine 10 (or any of them) could have had hundreds of entries between the times shown. I just need to show first and last.
I've been trying to use variables but can't seem to get the right results. I would think a formula of some sort should be able to show the earlies time and latest time for the Group, no?
Thanks for any input!