XY view all pins in map

Is it possible to add an action that shows all the related pins in the related location?

like this view

Thanks in advance

Solved Solved
2 8 1,091
1 ACCEPTED SOLUTION

OK thanks, I manege to make it happen

First I created a Map view ("map") and configured the pins location as โ€œmap columnโ€
and then I added new action {go to another viewโ€ฆ} with the formula below:

LINKTOFILTEREDVIEW("map", [Facility ID] = [_thisrow])

works perfectly!

thanks again Aleksi!!!

View solution in original post

8 REPLIES 8

You could do that with a LINKTOFILTERED deep link action. Please check this articleโ€ฆ

Many thanks for the quick answer, Ill try

Youโ€™re welcome

I have tried: LINKTOFILTEREDVIEW(โ€œgoogle-mapโ€,[Facility ID] = [_THIS].[Facility ID])

but I canโ€™t find the google-map view

I have tried also: CONCATENATE("#page=map&table=Inspection%20Points&mapcolumn=Point%20Location&row=",([_THISRow].[Facility ID]))

but still, it goes to the same map

You need to create your own map view first and then use that for your action.

OK thanks, I manege to make it happen

First I created a Map view ("map") and configured the pins location as โ€œmap columnโ€
and then I added new action {go to another viewโ€ฆ} with the formula below:

LINKTOFILTEREDVIEW("map", [Facility ID] = [_thisrow])

works perfectly!

thanks again Aleksi!!!

Youโ€™re welcome

Top Labels in this Space