Using Arcade to configure dashboard table with multiple layers

264
1
08-08-2023 07:28 AM
Labels (1)
CortneyGustafson
New Contributor

Hi there,

I'm seeking help with configuring a dashboard table widget using arcade expressions to access multiple layers. I've found the documentation regarding doing this with the serial charts.

However, I'm having difficulty figuring out how to translate this to the table widget. In theory, I'm trying to have a table as the one below. 

Field from Layer 1Field from Layer 2Field from Layer 3Field from layer 4
    
    

 

Thank you.

 

Tags (3)
0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor

If you're getting back a valid FeatureSet, you have to configure the table to use the fields you want. In this example, I've calculated a FeatureSet with Arcade and had to specify the fields I wanted to show in the table by clicking the "Add field" button in the Value fields section.

table.png

 

0 Kudos