Using SQL 2005 and SSRS 2008 R2. I have a list of clients who have had appointments within a date range. So I have columns with Client name, appointment date and time, and Appt Kept (Y/N). I need to return those who have consecutive no show appointments. That is for 2 or more appointments in a row, their 'Appt Kept' is 'N'. Is there a way to do this?