Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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