Exclude Values from List?

I have an enum list that is populated by a column in another table. Is there a way to filter out certain things from that list if I don’t want them to show for a certain view?

Hi @mykrobinson

yes.

You may want to replace the first part of your ORDERBY() expression:

PT Conditions[Conditions]

with a FILTER() expression instead.

For reference:

https://help.appsheet.com/en/articles/2357308-filter

1 Like