Description
The date operators "At or After" and "At or Before" behave differently in List v3.
Steps to Reproduce
-
Make sure List v3 is enabled and active on incident table.
For more information, see the documentation topic Activate List v3.
-
Log in to an instance and go to incident_list.do.
-
Using the condition builder, create the filter [Created] [At or After] [Yesterday].
Note that the query is "sys_created_on>=javascript:gs.daysAgoEnd(1)," which will actually exclude yesterday. (In Helsinki, a similar issue occurs for the "At or Before" operator.)
Workaround
Use one of the following workarounds:
- Disable List v3.
- Use a manually modified query for reports/lists and the like, for example, "incident_list.do?sysparm_query=sys_created_on%3E%3Djavascript:gs.daysAgoStart(1)"
Related Problem: PRB818564