ok here we go, i have 2 sub reports that contains this info:
this sub report uses a call time from the main report and subtracts the StatusDateTime from it.
CallTime:= 09/09/00 4:30PM
___________________________________________________________
RadioID: 210 Status: D StatusDateTime: 09/09/00 5:00PM TotalMinutes: 30
RadioID: 400 Status: D StatusDateTime: 09/09/00 5:05PM TotalMinutes: 35
this sub report uses the StatusDateTime from the above subreport and subtracts its StatusDateTime from it. however, i need to seperate each StatusDateTime from above by each RadioID so that i can calculate for each instance of a unique RadioID, anyone know how i might do this? ive tried some simple if statements and crystal seems to ignore them quite nicely ____________________________________________________________
RadioID: 210 Status: C StatusDateTime: 09/09/00 6:00PM TotalMinutes: 60
RadioID: 400 Status: C StatusDateTime: 09/09/00 6:05PM TotalMinutes: 65
crystal is only using the first StatusDate time from the First sub report to calculate the 2nd's time, i want it to do it for each RadioID.
sorry for the lengthy post
this sub report uses a call time from the main report and subtracts the StatusDateTime from it.
CallTime:= 09/09/00 4:30PM
___________________________________________________________
RadioID: 210 Status: D StatusDateTime: 09/09/00 5:00PM TotalMinutes: 30
RadioID: 400 Status: D StatusDateTime: 09/09/00 5:05PM TotalMinutes: 35
this sub report uses the StatusDateTime from the above subreport and subtracts its StatusDateTime from it. however, i need to seperate each StatusDateTime from above by each RadioID so that i can calculate for each instance of a unique RadioID, anyone know how i might do this? ive tried some simple if statements and crystal seems to ignore them quite nicely ____________________________________________________________
RadioID: 210 Status: C StatusDateTime: 09/09/00 6:00PM TotalMinutes: 60
RadioID: 400 Status: C StatusDateTime: 09/09/00 6:05PM TotalMinutes: 65
crystal is only using the first StatusDate time from the First sub report to calculate the 2nd's time, i want it to do it for each RadioID.
sorry for the lengthy post