Forum Discussion
BlakeHarrison
5 years agoQrew Captain
It sounds like you're deleting / editing the values in your selections table, and your drop-down is an actual Text-Multiple Choice that you've set to use the selections from another field, which I would actually recommend against. If that is the case, this is how I would suggest setting it up:
This will make it so that only Active selections can be chosen once something is changed, but you will still need to update anything that has a Selection that is not Active. You can do this by creating a report in your primary table that is filtered by the "Active" field from the Selections table. You could also build an Automation or a Pipeline to run every night to pull these records and update the selection to blank.
------------------------------
Blake Harrison
[email protected]
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
- Make sure that you're Selections are on a table of their own
- On this Selections table, add a checkbox field - "Active"
- Mark all 'Active' selections appropriately and then create a report that is filtered on the "Active" field
- Create a relationship from your Selections table to the primary table where Selections is the Parent table, being sure to select Selection and Active as lookups when building this relationship
- Replace your current drop-down with the new Selection lookup
- Set the new Selection drop-down to use the Active Selections report you built earlier
This will make it so that only Active selections can be chosen once something is changed, but you will still need to update anything that has a Selection that is not Active. You can do this by creating a report in your primary table that is filtered by the "Active" field from the Selections table. You could also build an Automation or a Pipeline to run every night to pull these records and update the selection to blank.
------------------------------
Blake Harrison
[email protected]
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------