If you are using a repeater as a static element, then no, you cannot do this. But if you create a database, connect it to the repeater, then yes, this is possible. You would need to create an extra field in your database. For example: “Active” and set it as a boolean field type, so that when you connect your database information to the repeater by using a dataset you will be able to filter and show only those records that are “Active”.