The CreatorCon Call for Content is officially open! Get started here.

Display Specific Field Value in Chart Based on Filter in UI Builder

nouralthmal
Tera Contributor

 

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!

1 REPLY 1

nouralthmal
Tera Contributor

I've tried to use bind 

@Data.look_up_multiple_records_2.results.0.vcpu , but it kept loading and do data displayed