0

I have a dashboard that is typically opened from a primary dashboard. The workflow is that a user filters for a single item on the primary dashboard, which provides them with a link to the sub-dashboard. I want to use URL parameters such that when, for example, the user selects itemID = 123, and is provided a link to the sub-dashboard, when they open the link, this second dashboard automatically filters for itemID=123, changing the map extent and only including that item in the list widget.

I've tried doing so according to what I've read at this link by adding filters to both the primary and sub dashboards. However, I can't figure out how to actually add the parameters to the end of the URL as outlined on this page. Is this possible in ArcGIS Online?

asked Nov 18, 2024 at 14:33

1 Answer 1

0

In order to configure the parameter like you are talking about, you are close but you have the URL Parameter Configuration Wrong in the dashboard settings -

You would need to set the parameter to be a Feature parameter, and set the unique field id to be the field that has the relevant data. See https://developers.arcgis.com/documentation/app-builders/no-code/tutorials/tools/customize-dashboard-url-parameter/#configure-url-parameter

After this, you would just need to set your URL to be "https://.com/apps/dashboards/#param="

answered Nov 21, 2024 at 21:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.