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

Filter icon doesnt expand on clicking on portal

Tapish Sharma1
Kilo Sage

Hi All, 

I have a custom table which I am showcasing on portal to external users ('customers'). They can see the filter icon as I have enabled it , but the filter doesnt expand. IS there any particular role required for that ? 

 

TapishSharma1_0-1702913537148.png

 

1 REPLY 1

Dr Atul G- LNG
Tera Patron

Hi @Tapish Sharma1 

 

https://www.servicenow.com/community/developer-forum/how-can-i-always-expand-a-filter-icon-condition...

 

Take a copy of the Filter breadcrumb widget, and replace the following line in Client script from 

$scope.showFilter = false;

to

$scope.showFilter = true;

 

https://www.servicenow.com/community/itsm-forum/funnel-icon-not-showing-up-on-service-portal-data-ta...

 

LearnNGrowAtul_0-1702914288124.png

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************