I want to use SQL to filter and select records from a table e.g. SELECT xyz FROM xyz WHERE xyz etc. Only the records matching the SQL filter should be shown in the resulting List page. I'm not sure which event to use? Would it be before process, before SQL query, before record processed, after record processed or before display? Im thinking it should be before display - anyone advise if that's correct. Thanks in advance.