G
Guest
I am trying to creat the field "Condition". It needs to return "TRUE" if Code
in that record is the same as Code in record ID-1 (the preceding record),
otherwise return false.
Is this possible with a query ?
ID Duration Code Condition
1 C FALSE
2 0:00:21 A FALSE
3 0:00:04 A TRUE
4 0:00:09 B FALSE
in that record is the same as Code in record ID-1 (the preceding record),
otherwise return false.
Is this possible with a query ?
ID Duration Code Condition
1 C FALSE
2 0:00:21 A FALSE
3 0:00:04 A TRUE
4 0:00:09 B FALSE