Show Results Activity - Configure Results Display Level
Not plannedWhen using the Show Results activity pushes results to the Web Viewer results panel they are displayed as grouped to the layer, even if there is a single result returned. It would be great if Show Results could be configured to show grouped results or direct to feature detail view. It saves users a click.
This behavior is included in GVH5, so perhaps this is a Geocortex Web Viewer idea
-
In GVH, you can use Run Command activity with the command "ShowFirstFeatureFromCollection" to get this effect after using Show Results.
In Web, you may be able to use
Run Operation
Name: results.from-graphics
Parameter: ={ graphics: $query1.features}
Run Command
Name: results.display-details
Parameter: =$runOperation1.result
But the process is clunky and it probably won't inherit your existing formatting for the layer. It'd be nice to have a built-in input on the Show Results activity (or an extra easy-to-use activity or command) to push your results list to the feature details for a single result.
1
Please sign in to leave a comment.
Comments
1 comment