Filter
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Jackmcc17
6 - Meteoroid
‎02-27-2023
10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all, real easy question. I have a list of months and want to filter by february, march & april.
Within custom filter would it just be as follows?
[Month] = "February, March, April"
Thanks in advance!
Labels:
- Labels:
- Custom Tools
2 REPLIES 2
17 - Castor
‎02-27-2023
11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Jackmcc17 ,
the syntax for this in a customer filter would be :
[Month] in ("February", "March", "April")
M.
DanielG
12 - Quasar
‎02-27-2023
02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Jackmcc17 If you are like the Big Lebowski and not into the whole brevity thing, you could also set up a filter with:
[Month] = "February" or [Month] = "March" or [Month] = "April"
but I highly recommend you don't do this and you go with @mceleavey solution.
🎳🎳🎳
