Display Specific Field Value in Chart Based on Filter in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:19 AM
Hello everyone,
I’m working on a chart in ServiceNow’s UI Builder and need it to display CPU usage for each application based on the selected application name filter. I’ve followed this method: https://www.servicenow.com/community/developer-blog/set-up-interactive-filter-on-ui-builder-for-data..., , but it didn’t work for my use case.
Also, the chart only allows metrics like count, sum, or average, but I want it to show the actual field values directly from the table. For example:
- Owner: Noura
- Application 1: 8 CPUs
- Application 2: 4 CPUs
Instead, it aggregates the data (e.g., sum or average), which is not what I need.
How can I configure the chart or dashboard to display the actual values from the table for each application while also applying the filter?
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 10:33 AM
I've tried to use bind