- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 11:25 PM
Hi,
I want to write filter condition of date after 30 days from now, please help me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 12:05 AM - edited 12-15-2024 06:11 AM
Hi,
You can achieve it like below, the digit in the image is not clear, I have added it is 29 and 31. The logic here is "Due Date after 29 from today and before 31 days from now" which will give us records where due date is 30(after 29 and before 31 is 30) days.
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Regards,
Abhijit
ServiceNow MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 11:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 11:51 PM
It is not giving exact after 30 days, giving middle dates as well, I want exact after30 days

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 11:54 PM
In that case just keep the 1st filter & change the 0 to 30 days & remove the 2nd filter

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 12:29 AM
Did you try above?