database row status

Hi
Using a repeater to display vacancies for a recruitment client. Vacancies can be have the status live, paused, awaiting approval. All vacancies currently show regardless of status so I need processing to only show live rows in the database. Any advise or guidance appreciated. Thanks in anticipation.

Alan C

Hey there!

This might help - https://www.wix.com/corvid/reference/$w.Repeater.html

Good luck!

Thanks Sheyla looks promising

Add a filter to the dataset that equals your “live” status and then only those will show

Thanks Lorraine your suggestion works well