Skip to main content
Solved

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


Forum|alt.badge.img+2

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

Best answer by TheTimeSavingCo

Milli wrote:

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!)

View original

TheTimeSavingCo
Forum|alt.badge.img+28

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

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

 

 



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


Forum|alt.badge.img+2
  • New Participant
  • April 11, 2023

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

TheTimeSavingCo
Forum|alt.badge.img+28
Milli wrote:

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!)


Reply