I'm working on an ExB app that includes building features and related tables that describe building usage (e.g. what departments occupy space in the buildings). The relationship class between buildings and the different usage tables is 1:M.
I have a query widget that queries a usage table by department. I can click on each item in the query results list and the map will flash each building using the trigger/actions shown below (query output as trigger, map feature layer as action). However, what I would like to do is have the map highlight ALL of the buildings in the result list at one time. There are no actions available for the records created trigger (I assume because the query is on a non-spatial table?).
Are there other ways to make this work in ExB? Essentially, I want to query a non-spatial table and use the related field to select/highlight features in a related map layer.
