Hello Community, I have one thing that i need to resolve.
Context : I have one table with Society data and an ID called SIREN.
I have one shapefile with Establishment data and an ID called SIREN.
One Society can have 1 or N Establishment (for example the Society is Microsoft and it have like 100+ establishment around the world).
My needs : I need to represent my society on a Table, or a List, use Filter to allow my user to search a specific society by a tons of criteria. And after that, I want to show on my map the Establishment corresponding to the selection operated by the user on the society list/table.
Anyone have an idea to implement this ?
Thanks 🙂