Hi everyone,
I’m currently working on an ArcGIS Dashboard connected to multiple sublayers representing different project items.
Each sublayer contains:
- an INVOICE field (values 1–26)
- Qty_Total field
What I’m trying to achieve:
I want a dynamic summary table that always displays only 4 fixed rows (one row for each project item), while updating automatically based on the selected invoice from a Category Selector.
The selector interaction partially works, but I’m struggling to make the summary table update correctly across all sublayers using Arcade Data Expressions.
Has anyone implemented something similar before in ArcGIS Dashboards?
Would it be better to:
- merge all layers into one master layer,
- use Data Expressions differently,
- or handle it another way entirely?
Any guidance or examples would be greatly appreciated