I am using Crystal Reports XI and need some help with Minimum values:-
I have a table that reports the date/time if a job has been put on hold and off hold, this is grouped by the date
Description @on hold (formula) @off hold (formula)
01/08/2012
001 - Picking Kits
007 - Build on bench 06
027 - Finish build
028 - Build on hold 01/08/2012 15:31
029 - Build off hold 01/08/2012 16:45
027 - Finish build
028 - Build on hold 01/08/2012 16:47
02/08/2012
029 - Build off hold 02/08/2012 08:25
027 - Finish build
028 - Build on hold 02/08/2012 09:37
029 - Build off hold 02/08/2012 10:54
027 - Finish build
039 - Build complete
040 - Visual inspection alert
041 - Build inspected
046 - Build soak alert
on hold formula:-
if {WF_TEMPLATE_ACTIVITY.DESCRIPTION} = "028 - Build on hold" then {@date/time}
off hold formula:-
on hold formula:-
if {WF_TEMPLATE_ACTIVITY.DESCRIPTION} = "029 - Build off hold" then {@date/time}
When I use Maximum in a formula in the group footer it works OK but then I use the Minimum in a formula in the group footer is returns nothing:-
Minimum({@off hold},{@date/time})
I there anyone that can help?
I have a table that reports the date/time if a job has been put on hold and off hold, this is grouped by the date
Description @on hold (formula) @off hold (formula)
01/08/2012
001 - Picking Kits
007 - Build on bench 06
027 - Finish build
028 - Build on hold 01/08/2012 15:31
029 - Build off hold 01/08/2012 16:45
027 - Finish build
028 - Build on hold 01/08/2012 16:47
02/08/2012
029 - Build off hold 02/08/2012 08:25
027 - Finish build
028 - Build on hold 02/08/2012 09:37
029 - Build off hold 02/08/2012 10:54
027 - Finish build
039 - Build complete
040 - Visual inspection alert
041 - Build inspected
046 - Build soak alert
on hold formula:-
if {WF_TEMPLATE_ACTIVITY.DESCRIPTION} = "028 - Build on hold" then {@date/time}
off hold formula:-
on hold formula:-
if {WF_TEMPLATE_ACTIVITY.DESCRIPTION} = "029 - Build off hold" then {@date/time}
When I use Maximum in a formula in the group footer it works OK but then I use the Minimum in a formula in the group footer is returns nothing:-
Minimum({@off hold},{@date/time})
I there anyone that can help?