Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
List V3: Date operator "At or After" and "At or Before" issues - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • List V3: Date operator "At or After" and "At or Before" issues
KB0621468

List V3: Date operator "At or After" and "At or Before" issues


1286 Views Last updated : Jan 28, 2024 public Copy Permalink
KB Summary by Now Assist

Description

The date operators "At or After" and "At or Before" behave differently in List v3.

Steps to Reproduce

  1. Make sure List v3 is enabled and active on incident table.

    For more information, see the documentation topic Activate List v3.

  2. Log in to an instance and go to incident_list.do.

  3. 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

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.