Select to view content in your preferred language

Arcgis Dashboard Desing

201
1
08-28-2024 01:30 AM
Labels (1)
locis_sigtech
New Contributor

Hello Community,

I am currently working on an ArcGIS Dashboard and trying to replicate the design shown in this example:

ArcGIS Dashboard Example

The dashboard features multiple tabs, each containing graphs with additional subtabs.

However, according to the Esri documentation, it seems that items already organized in tabs cannot be grouped with other items. This raises doubts for me about whether the example in the link was actually created using ArcGIS Dashboards or another tool.

Does anyone have insights or recommendations on how to achieve this design within ArcGIS Dashboards, or if there might be an alternative solution?

Thank you very much for your help!

Best regards,

Salvador

1 Reply
JenniferAcunto
Esri Regular Contributor

Looking at that example dashboard, it does look to me like it is an ArcGIS Dashboard. You are correct that you cannot have multiple groups in tabs like that. How I suspect they got around that is that they have embedded multiple separate dashboards into a single dashboard. Essentially every bottom level tab is a embed widget with it's own dashboard inside of it. These individual dashboards then also have groups and tabs. 

I strongly recommend not doing this for multiple reasons:

  • You can easily run into performance issues.
  • It is very complex to troubleshoot when something breaks/goes wrong.
  • It can be confusing for users to have tabs on tabs on tabs, especially when filters are involved because the filters don't work across all tabs.

 

 

- Jen