3

sysparm_query for rows that only have data in a specified column

For example: I want data for incidents that are active and have a business application defined

sysparm_query=active=true^??????

Mi-Creativity
  • 9,554
  • 10
  • 38
  • 47
Kim
  • 41
  • 1
  • 2

1 Answers1

6

Assuming the column name for "Business Application" is u_business_application: sysparm_query=incident=true^u_business_applicationISNOTEMPTY

Joey
  • 2,901
  • 21
  • 22