I have a dataset (from MS Access) that has fields as follows:
Site Name Sample Date/Time
A 08/16/2014 08:00
A 08/17/2014 14:00
A 08/25/2014 12:30
B 07/04/2014 11:00
B 08/04/2014 11:00
B 09/04/2014 11:00
I want to be able to calculate the time in days, hours or minutes between each feature and the preceeding one (i.e. how long between each sample at each site) where the site name is the same. The output would then look like this...
Site Name Sample Date/Time TimeSinceLast (hours)
A 08/16/2014 08:00 -
A 08/17/2014 14:00 30
A 08/25/2014 12:30 190.5
B 07/04/2014 11:00 -
B 08/04/2014 11:00 744
B 09/04/2014 11:00 744
Any ideas greatly appreciated. I'm very new to FME, just done the Basic Desktop Webinar.
Thanks, Alice