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?

Screenshot 2022-02-24 11.27.40.png

0 1 200
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

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

 

Top Labels in this Space