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,101
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