Skip to main content
Solved

Filtering link items by status

  • April 16, 2020
  • 2 replies
  • 26 views

I’ve built a news publishing Airtable and I want to be able to link to my articles table when clicking on a cell, and only have articles that do not have a status of “Slotted” to be available.

Best answer by Sam_Cederwall

I would recommend creating a view filtering only the records that have the status of “Slotted”, then, wherever you’re linking records, create a linked field and limit the selection to a view.

Creating the field should look something like this:

Based on your question, I hope I captured what you needed.

Best.

Edit: Guess I should say the filter is for anything that doesn’t have the status of slotted :thumbs_up:

2 replies

Forum|alt.badge.img+17
  • Inspiring
  • Answer
  • April 16, 2020

I would recommend creating a view filtering only the records that have the status of “Slotted”, then, wherever you’re linking records, create a linked field and limit the selection to a view.

Creating the field should look something like this:

Based on your question, I hope I captured what you needed.

Best.

Edit: Guess I should say the filter is for anything that doesn’t have the status of slotted :thumbs_up:


  • Author
  • New Participant
  • April 16, 2020

It worked! Thank you!