Hi,
I'm working sometimes on Arcade and i'm blocked by a point :
I have a table with some teams of people. Each people have a manager (the ID is MANAG001, MANAG002...).
Each people is represented by a point on a map.
I want by clicking on one of the people be able to see on the pop-up box all of the other people who have the same manager that the guy who I clicking on.
If I click on me, i'm able to see my manager is MANAG004 and i can see the other people who are managed by MANAG004 on a list or a table in the popup.
How can I do that with Arcade expression ?
I've read that Arcade does not support direct interaction with the clicked point’s ID; so maybe i can"t do that ?
thx 🙂