Communication between Web App builder

614
3
08-07-2017 11:26 AM
deleted-user-HEuiQnZBaYD3
New Contributor II

Communication between Web App builder

Any one have suggestion how to communicate betweeb the search widget and group filter widget?

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Communication between widgets—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers 

Also there are widget communication samples in the WAB Developer widgets/samplewidgets/WidgetCommunication folder.

deleted-user-HEuiQnZBaYD3
New Contributor II

Hi

I am trying to work with two widget (1) Search Widget (2) Group Filter,

My scenario is I want to search the location of person in a building using search widget and the result should triggier the query using Group filter.

I tried using communication widget, it opens the widget but not triggering the query.

I am using FoldableTheme

How do i do this, any thoughts?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

The GroupFilter will initially run the first query in the widget if defultVal is not "" or the operator is not "". To change this you need to edit the GroupFilter widget code in the startup function.

0 Kudos