Display multiple pins for the same adress

Hello, I have a few rows that each have the same address, is it possible with the component map to have multiple pins displayed next to one ?

Unfortunately, at the moment only one row is displayed, I would like to display the others as well. Best with a second pin.

No, not possible at the moment. I think the best way you can do it is:

  • Create a relation from the address column to itself, make it a multiple match relation.

  • Create a rollup to count the number of matches.

  • If the count is 1, directly show the details screen of that match, else show a new screen with a collection of all matches.

1 Like