Select to view content in your preferred language

EB Dynamic list in window after selection

81
1
Tuesday
Labels (1)
MireilleChalifour
New Contributor

In ArcGIS Experience Builder: I have a list (organisation - table 1) that opens a window for this specific selection, showing the organisation's details.

However, I need another list in that window showing projects (table 2) for that specific feature of table 1 (organisation). The data is supposed to be related by ids, and have the value in both table (both table have same the organization name)

I cannot find the right way to connect the projects to the specific organization window, using different data filters.

What is the right way to do this?

Tags (1)
0 Kudos
1 Reply
NicoleJohnson
Frequent Contributor

@MireilleChalifour, more information might help answer your question. In case it helps, here's an example I threw together:

I have a list widget connected to the default data view of some waterbodies (table 1) data. The waterbodies each have a GUID, and I have a related table with information (advisories, table 2) about the waterbodies (connected by the GUID). In the list widget, under "States," I've set a link to a window I created that has a list of the related features. In order to see just the related features in the window when I click on a waterbody, I need to either filter them or select them.

To filter, add a message action saying that when you select something from the table 1 list, filter the action data (table 2; note that the data view has to be the same as the one you're using in your window--this seems to trip a lot of people up). 

NicoleJohnson_0-1760099868705.png

Result:

NicoleJohnson_1-1760100140442.png

 

If you'd rather select the table 2 features, change what happens when you select a table 1 record, but...

NicoleJohnson_2-1760100223667.png

Also remember that your window/table 2 data has to then be using the selected data view:

NicoleJohnson_3-1760100410731.png

0 Kudos