Title: Filter on checkbox
Last modified: April 29, 2018

---

# Filter on checkbox

 *  Resolved [OrgSpring](https://wordpress.org/support/users/orgspring/)
 * (@orgspring)
 * [8 years ago](https://wordpress.org/support/topic/filter-on-checkbox/)
 * Question about filters:
    I’m taking post submissions via airtable and have a 
   checkbox field “Reviewed” where i have manually checked the submission and approve
   it for posting.
 * I have a virtual post config for single post and archive page to show these posts.
   For the single post, I used the filter by formula:
 * AND(Reviewed=1,RECORD_ID() = ‘$1’)
 * That works to restrict single posts. For instance, when I test the URL for that
   post – it comes up 404. which is good.
 * BUt i also have an archive page setup in airpress. It should loop through all
   posts in airtable that have a check in the checkbox field “Reviewed.” FOr that,
   I used the filter by formula:
 * Reviewed = 1
 * The test in airpress shows me it matches 2 records, which is correct I have 2“
   reviewed” records.
 * But the actual page shows all three records – even the one that has not been 
   reviewed.
 * So, in a really long around about way…
    My question is – is there another way
   to do filters like this or exclusions based on airtable fields being checked?
 * Thanks.
 * Craig

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chester McLaughlin](https://wordpress.org/support/users/chetmac/)
 * (@chetmac)
 * [8 years ago](https://wordpress.org/support/topic/filter-on-checkbox/#post-10236341)
 * Interesting, before I dig in further try this:
 * `{Reviewed}=TRUE()`
 *  Thread Starter [OrgSpring](https://wordpress.org/support/users/orgspring/)
 * (@orgspring)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/filter-on-checkbox/#post-10279234)
 * I had an issue with redirect.
    That fixed it, and I did the filter as you suggest
   too. That worked. Thanks again. This is fantastic.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Filter on checkbox’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/airpress_c9d28c.svg)
 * [Airpress](https://wordpress.org/plugins/airpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/airpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/airpress/)
 * [Active Topics](https://wordpress.org/support/plugin/airpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/airpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/airpress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [OrgSpring](https://wordpress.org/support/users/orgspring/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/filter-on-checkbox/#post-10279234)
 * Status: resolved