- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:35 PM
Hi Team,
I want to add filter in HR profile for last day of work field , so don't get data for prior to 30 days before current date.
How to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:59 PM
you can use this filter condition
-
[Date Field] [on or after] [Relative] [30 days ago]
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:36 PM
your requirement is not clear.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:40 PM
Hi @Ankur Bawiskar ,
Example, last day of work has value 1.11.24 and today is 17.12.24---> Means its prior 30days I don't want this data.
Last day of work is 22.11.24 and today is 17.12.24--> which is not prior 30 days I need this data which is not prior than 30 days
I need to add this filter to trigger notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:43 PM
you can use advanced notification condition and compare the dates
what script did you start with and how are you using it?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 08:49 PM
As of now I didn't start, we have one notification triggering there I have to check this filter not prior 30 days.