Select to view content in your preferred language

Feeding Information from One Dashboard to Another

192
1
11-05-2024 02:27 PM
jchadwich1
Emerging Contributor

I have a master dashboard with a list of information like TYPE, ID#, link_to_child_dashboard, etc.
The current workflow we use is, the user finds the entry in the list that they want more information on and clicks the link to the child dashboard.
In the child dashboard, they have to locate the same ID# they clicked in the master dashboard by filtering for it, which updates the widgets to only show information for that ID#.

My goal is to cut out this last step to speed up things. Instead of having to locate the needed ID# twice, I would like to set up the dashboards such that the appropriate ID# is filtered for by default in the child dashboard once it is opened from the link on the master dashboard.

From what I've seen, there's no possible way to add custom tools to ArcGIS dashboards. Does anyone know if there's another way to accomplish this goal within the dashboards?

I'm using ArcGIS Enterprise version 11.1

Tags (3)
0 Kudos
1 Reply
JenniferAcunto
Esri Regular Contributor

Add a URL parameter to the child dashboard that filters the dashboard and have the list in the parent dashboard create the dynamic url to the child dashboard with the appropriate parameter based on the attributes of the selected list feature. 

URL Parameters

- Jen