In a report, you skip a record to avoid it, normally because it doesn't meet certain criteria because the report can take into account many different records. In a list page, there should only be 1 record association thus, if you want to skip a record, it's best to filter it out.
or you can override OnFindRecord OnNextRecord triggers.
In case you have very specific conditions to skip the record.
There are tons of examples of how to do it you can search for it here.
Answers
In case you have very specific conditions to skip the record.
There are tons of examples of how to do it you can search for it here.