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

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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