I have a Main Table which I will call Table A that has a long list of names in the Name column as well as another column that has a checkbox we will call Checkbox1. I have a second table that we will call Table B where I want to create a Relation column where I can pick from the list of names from Table A. I was able to do this first part, but what I want is to only have names show up in the list where the Checkbox1 is checked/true. This is what I have not been able to figure out. I even created of view of Table A that filters it based on Checkbox1 being checked. The problem is you cannot select the table view from the Relation column. I am sure there is a way to do it with a formula, but I can’t seem to make it work.
Any help would be appreciated. Thanks