G
Guest
I am not sure if this can be done but...
I need to get the difference from dates in the same column. The dates
represent when something has been updated.
Ticket UpdatedTime
AAA 5/17/05 0
AAA 5/23/05 6
AAA 5/26/05 3
So above it was open on 5/17 & someone updated it on 5/23 6 days passed and
then on 5/26 someone updated it again and 3 more days had passed.
I do have a Opentime field and I can do a datediff against the UpdatedTime
field but the difference in days is as a whole and not when someone has made
an update.
Ticket OpenTime UpdatedTime
AAA 5/17/05 5/17/05 0
AAA 5/17/05 5/23/05 6
AAA 5/17/05 5/26/05 9
Thanks for any suggestions
I need to get the difference from dates in the same column. The dates
represent when something has been updated.
Ticket UpdatedTime
AAA 5/17/05 0
AAA 5/23/05 6
AAA 5/26/05 3
So above it was open on 5/17 & someone updated it on 5/23 6 days passed and
then on 5/26 someone updated it again and 3 more days had passed.
I do have a Opentime field and I can do a datediff against the UpdatedTime
field but the difference in days is as a whole and not when someone has made
an update.
Ticket OpenTime UpdatedTime
AAA 5/17/05 5/17/05 0
AAA 5/17/05 5/23/05 6
AAA 5/17/05 5/26/05 9
Thanks for any suggestions