- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 22, 2021 05:38 PM
I have a gallery and I added a filter with two condition, so if column one has a specific value or column two has a specific value. That works fine, but now I want to also only show records within the past week that match either of those conditions but it doesn’t seem to let me use a date filter combined with an “OR” condition. It will let me do date AND column one, but after that it only lets me add more “AND” conditions. Is this just not possible? Is there another way to do this?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 22, 2021 07:55 PM
Welcome to the community, @Lance_Clack!
You would have to create a formula field that combines your AND and OR statements, and then you would filter on that formula field.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Apr 23, 2021 05:08 AM
Okay, that works, thank you!