Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

How does the Shared view URL list filters work (filterIsAnyOf, ...)

Topic Labels: Automations Views
Solved
Jump to Solution
1710 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Milli
5 - Automation Enthusiast
5 - Automation Enthusiast

I don't understand from the documentation how to use the following filters properly:

  • filterIsAnyOf_
  • filterIsNoneOf_
  • filterHasAnyOf_
  • filterHasAllOf_

Can you help me?

Documentation: https://support.airtable.com/docs/shared-view-url-filters

1 Solution

Accepted Solutions

Hm, try

 

https://airtable.com/embed/<id>?filterIsAnyOf_Name=Name1&filterIsAnyOf_Name=Name2

 

This seemed to work for me.  Seems odd though that you'd have to repeat the function though, may want to open a support ticket to ask about it.  (I'd love to know what they say if you end up doing that!)

See Solution in Thread

3 Replies 3

`filterIsAnyOf_` and `filterIsNoneOf_` will be used in stuff like select fields:

Screenshot 2023-04-11 at 12.36.19 PM.png

While `filterHasAnyOf_` and `filterHasAllOf_` will be used in linked fields

 

 

Screenshot 2023-04-11 at 12.36.28 PM.png

Do you have an example of a shared view that you'd like to have filters on?

Milli
5 - Automation Enthusiast
5 - Automation Enthusiast

Thanks, this already clarifies a bit. How do I add multiple values to the url? I've tried several things, none worked. One example:

https://airtable.com/embed/<id>?filterIsAnyOf_Name=Name1+Name2

Hm, try

 

https://airtable.com/embed/<id>?filterIsAnyOf_Name=Name1&filterIsAnyOf_Name=Name2

 

This seemed to work for me.  Seems odd though that you'd have to repeat the function though, may want to open a support ticket to ask about it.  (I'd love to know what they say if you end up doing that!)