Using HowardHammerman's date\time subtraction formula (which I must say is a great tutorial) I am subtracting two dates. I have split up the time into 4 separate fields: -days, hours, minutes and seconds. What I need to do is group by 6 different criteria -
Less than 1 Hour,
Greater than 1 hour less than or equal to 2 hours,
Greater than 2 hours less than or equal to 5 hours,
Greater than 5 hours less than or equal to 1 Day,
Greater than 1 Day less than or equal to 3 days and finally
Greater than 3 days.
I thought that I would be able to do this using the 'Specify order' option but you cannot seem to say >1 day AND <=3 CR defaults in 'OR @day'. I could well be going about this is the wrong way, if anyone has done this before or has any ideas please let me know, any help is very much appreciated.
Less than 1 Hour,
Greater than 1 hour less than or equal to 2 hours,
Greater than 2 hours less than or equal to 5 hours,
Greater than 5 hours less than or equal to 1 Day,
Greater than 1 Day less than or equal to 3 days and finally
Greater than 3 days.
I thought that I would be able to do this using the 'Specify order' option but you cannot seem to say >1 day AND <=3 CR defaults in 'OR @day'. I could well be going about this is the wrong way, if anyone has done this before or has any ideas please let me know, any help is very much appreciated.