Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Custom Interactive Filter for a String field

Anubhav Prakash
Kilo Contributor

Hi All,

As described in the example on servicenow docs I have created a UI macro for a custom interactive filter for a string field as below :find_real_file.png

In the example after this it says to create a custom dashboard object where we will pass the name of this UI Macro but I am unable to see the custom dashboard object in the application menu neither in my personal instance nor in my organization instance.

Also will this custom filter give me a count or just provide a filter to search by name.

Thanks in advance.

 

2 REPLIES 2

sachin_namjoshi
Mega Patron

Use below blog,video to implement custom interactive filter for string field.

 

https://community.servicenow.com/community?id=community_blog&sys_id=aaedd2b7db5480d45129a851ca961988

 

Regards,

Sachin

Hi Sachin,

My requirement is below:

I have a report on cmdb_ci_hardware table and need a interactive filter filter with multiple inputs to search by name and this name is string field.

The post you have shared takes me to the same servicenow docs which I referred to build what I pasted in my question.

Thanks