So when i use it in SQLExecutor, it creates different features with one geom. How can i merge geometries from all out features and return only one feature?
So when i use it in SQLExecutor, it creates different features with one geom. How can i merge geometries from all out features and return only one feature?
You can use the aggregator to create multiple aggregates based on a selection of your choice by using the group by parameter, or a single aggregte by leaving the parameter empty.
Itay