- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-14-2021 03:18 AM
I have created a dashboard to display several reports related to my Business Applications. The reports display data from the Business Applications [cmdb_ci_business_app] and Mapped Application Service [cmdb_ci_service_discovered] tables.
I am now attempting to create an Interactive Filter to display the list of Business Unit names, so that the reports/dashboard is automatically refreshed with the subset of data based on the Business Unit selected.
I have created a custom Interactive Filter with the following settings:
- Filter Based On: Choice List
- UI Control Type: Select Single Input
- Table: Business Application [cmdb_ci_business_app]
- Field: Business Unit (also tried with Business Unit Name)
When I save the filter, I receive a "Selected field is not a choice list" just below the Filter attribute.
What am I doing wrong? In comparison, if I select the Field "Business Criticality" it works well.
Thank you!
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-14-2021 04:16 AM
Hi,
You are getting the error because the field you are selecting is of reference type.
Choose reference in filter based on field instead of choice. It will work.
Mark my response helpful or correct if it works for you.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-14-2021 05:21 AM
Okay. Lets start from the basics for me to understand this.
What are the table names you are using for reporting.
ServiceNow Community Rising Star 2022/2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-14-2021 05:25 AM
Nevermind - I found the issue.
All my entries in Mapped Application Service [cmdb_ci_service_discovered] had the 'Department' value as (empty), so the system could not dot-walk back to the Business Unit name.
Once the Department is populated in Mapped Application Service [cmdb_ci_service_discovered], all reports update correctly with the one filter.
Thank you, Jagjeet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-14-2021 05:40 AM
Wonderful! I'd appreciate if you can mark my answer correct if it applicable.
ServiceNow Community Rising Star 2022/2023