sgonzo Posted February 1, 2005 Posted February 1, 2005 I have information as Event, EventTimeGroup, SecondCount. I am able to summary the beginning and ending SecondCount for each EventTimeGroup. However, I want to know the difference between the ending SecondCount of the previous EventTimeGroup and the beginning SecondCount of the current EventTimeGroup. Example: Thing1 1 22 thing2 1 44 thing3 1 66 thing4 2 88 thing5 2 99 I know that EventTimeGroup 1 began at 22 and ended at 66, and that EventTimeGroup 2 began at 88 and ended at 99. (Using summaries based on sorting by EventTimeGroup.) How can I calculate that 22 second elapsed since EventTimeGroup 1 ended and EventTimeGroup 2 began? Thank you in advance for any help.
transpower Posted February 1, 2005 Posted February 1, 2005 You could add a Previous_EventTimeGroup field to the table. Then create another TO (Table Occurrence) and create a link between the first table and the TO, with the link being between the Previous_EventTimeGroup and EventTimeGroup (and record R related to record R-1). Then do a simple subtraction in the first table to get the elapsed time.
sgonzo Posted February 2, 2005 Author Posted February 2, 2005 Thanks. It's great that you experts are so patient with us novices. This forum has given me insight into how to think about Filemaker. Of all the programs I've used, this one has taken the longest to get a grasp on the logic, as data and design are meshed. Sort wrong and you've got the wrong answers.
Recommended Posts
This topic is 7303 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now