We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to filter out the null values entries on the application table

venkatk
Kilo Contributor

find_real_file.png

1 ACCEPTED SOLUTION

Hi Venkatk


Please try to use Business Rule


when: before   -> query


script:


  current.addQuery("name","!=","")


View solution in original post

4 REPLIES 4

Manjul Katare
ServiceNow Employee

You can try "All > Name !=NULL"



-Manjul


Hi , I do not want to see this ,is there any way to hide them


Hi Venkatk


Please try to use Business Rule


when: before   -> query


script:


  current.addQuery("name","!=","")


venkatk
Kilo Contributor

Thanks Hung , its working