Select to view content in your preferred language

Can you embed a dashboard into a dashboard and then use URL parameters to filter that dashboard?

490
2
01-29-2024 01:47 PM
Labels (2)
AdrianWelsh
MVP Honored Contributor

I kind of assume that this cannot happen but I thought I would ask. I have a dashboard with category selectors that filter my map and widgets. Simple stuff. However, I have an embedded dashboard (of the same data) into my dashboard that has widgets that I want filtered based on the same category selectors. Can I filter my embedded content with these category selectors using URL paramters?

I assume I cannot since I cannot pass a specific URL from a category selector into something else, right? It would look kind of like this image:

AdrianWelsh_0-1706564731702.png

 

I'm using portal 11.2 but would consider using ArcGIS Online as well.

0 Kudos
2 Replies
sitdigital
New Contributor II
Hi There
Parameters can be passed from one app to another app using ArcGIS JS API, the inner dashboard should be an application accepting external parameters, can be hosted in IIS in case of windows environment.
Best Regards
Rabia
AdrianWelsh
MVP Honored Contributor

Thanks for the reply. So, it sounds like, out of the box, this cannot be handled. Would you use the ArcGIS API for JavaScript to create the dashboard application for the inner dashboard?

 

One way I wish I could solve this problem would be to "group" a group of widgets within a dashboard group, but it seems that ArcGIS Dashboards just allow for one depth of groups, not multiple.

0 Kudos