Custom Interactive Filter for a String field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2020 06:11 AM
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 :
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2020 08:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2020 02:33 AM
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