Regarding date searches for a specific period
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
There are fields for setting the start and end date/time.
What methods are available for searching for a date that falls within that range (e.g., August 10th)?
I am looking for the simplest possible approach.
Since users who are not well-versed in ServiceNow will be using this feature, setting up complex filter conditions is not ideal.
One option would be to implement a date selection menu and introduce a UI action that automatically sets search filters based on the selected date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
It would be great if I could manage multiple date entries within a single field...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
You could simplify it by adding a single Date picker and automatically applying the range filter in the background. That way, users only choose a date, and the system handles the search logic without requiring complex filters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi,
If the field is of type "time", and the semantic of the range, you can predefine some ranges. By default some are already available like, "Last week", "Last Month"
Is this kind of query/filter be convenient for you?