Experience Builder List widget problem

693
3
12-30-2021 01:29 PM
GarySchells
New Contributor III

Hello,

I'm creating my first experience builder app.  I have a list widget that zooms my map when I select a feature in the list.  However, I'd like to create an action on the map widget to filter the list when panning and zooming to show only features in the list that are visible in the map.

But when I attempt to create this action there are no widgets shown.  It's strange because the map widget shows when creating an action for the list.  But when creating an action for the map, I see no widgets listed.

 

Any feedback is appreciated.

 

Thank you,

Gary

0 Kudos
3 Replies
DaveFullerton
Occasional Contributor III

You can filter the data records within the Framework itself rather than a specific widget:

DaveFullerton_0-1640902681662.png

 

0 Kudos
GarySchells
New Contributor III
Thank you for the reply. I’m quite new using experience builder. Can you provide some direction on how to do that?
0 Kudos
DaveFullerton
Occasional Contributor III

DaveFullerton_0-1640924619685.png

DaveFullerton_1-1640924683892.png

DaveFullerton_2-1640924752209.png

DaveFullerton_6-1640924952163.png

 

DaveFullerton_7-1640925044661.png

This will filter the data at the application level, so all widgets connected to this dataset will show data filtered by the map extent.  If you only want the data to be filtered in your List widget you will need to look into creating views within ExB.  You could create a view that shows all of the data (duplicating the data in appearance), then select that view for this trigger/action instead of 'Default':

DaveFullerton_8-1640925405810.png