Filtered Choices

Hi,

is it possibel to have a filtered list when using the choice column type in a table?

Thanks

I’d never thought about this, but your question prompted me to have a look at it.
Yes, it is possible.
What you need to do is apply the filtering in the Data Editor in the table that contains the list of choices.

Simple example:

  • Let’s say you have a list of numbers from 1 to 10, but you want to filter that so only numbers greater than 5 are available.
  • Create an if-then-else column:
    – If number is greater than 5, then number
  • Then use that if-then-else column in the Table
1 Like

ah yes! Nice solution, i will give it a go

Works perfectly! Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.