Apr 10, 2023 12:45 PM
I don't understand from the documentation how to use the following filters properly:
Can you help me?
Documentation: https://support.airtable.com/docs/shared-view-url-filters
Solved! Go to Solution.
Apr 12, 2023 01:42 AM - edited Apr 12, 2023 01:43 AM
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!)
Apr 10, 2023 09:38 PM
`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?
Apr 11, 2023 12:00 AM
Thanks, this already clarifies a bit. How do I add multiple values to the url? I've tried several things, none worked. One example:
Apr 12, 2023 01:42 AM - edited Apr 12, 2023 01:43 AM
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!)