I would like to store a value in a variable and then use this variable in a calculation with a value from a similar but unrelated record.
For example in Record A, I am receiving back the finishing time of a task. In Record B, I am receiving back the starting time of the new task. The calculation that I want to perform is to get the difference between the finishing time in Record A and the start time in Record B, i.e. how long is the system idle. (FinishingTime - NewStartTime = IdleTime)
As there is no common link between these two records is there anyway to store these values in variables so that I can use them later.
Thanks in advance.
For example in Record A, I am receiving back the finishing time of a task. In Record B, I am receiving back the starting time of the new task. The calculation that I want to perform is to get the difference between the finishing time in Record A and the start time in Record B, i.e. how long is the system idle. (FinishingTime - NewStartTime = IdleTime)
As there is no common link between these two records is there anyway to store these values in variables so that I can use them later.
Thanks in advance.