Shown below is a very simple table. I want to write a Query that does two things:
1) Filter by "Condition Met" = True ... no problem.
2) Also shows the record before! I have no idea how to do this.
For clarity, applying those rules to the table below would yield records with ID#'s 3, 6, and 10 because of the checkmarked/true condition, and also somehow return records immediately preceeding them with ID#'s 2, 5, and 9 in the same result set.
Thank you for any input.
![]()