How to display the table value in dashboard?

Hiroki Miyashit
Tera Contributor

I would like to display the latest value of the table in dashboard as bellow image, but the reports which be able to displayed in dashboard are graph or analytics. My wish is just value in table.

Please tell me how to set the dashboard, or others, create UI page etc.

 

find_real_file.png

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Not able to see the image. can you share it again?

 

Thanks,

Sagar Pagar

The world works with ServiceNow

View solution in original post

3 REPLIES 3

Sagar Pagar
Tera Patron

Not able to see the image. can you share it again?

 

Thanks,

Sagar Pagar

The world works with ServiceNow

Hi Sagar.

I re-updated the image.

Thanks.

Hiroki Miyashit
Tera Contributor

I could confirm the way with UI Builder.
I share it.

 

1) Start UI Builder.

2) Set the component "Stylize text".

3) Click the "Data resource instances" --> "+Add"

find_real_file.png

4) Select the data resources.   [Data resources] is "Look UP Records 1".

find_real_file.png

5) Edit the config of component "Stylize text".
    Input the sentence "@data.look_up_records_1.results.0.[Field name].displayValue"
    * If you want to display the latest record, enter "0" after "result.

find_real_file.png