How can I tell where I currently am on the ma...

How can I tell where I currently am on the map feature, so that I will know where is the closest address to visit on the map? Is there a way of showing and tagging your current location?

0 2 380
2 REPLIES 2

Add one record to your table without any location. Then create a virtual column with an IF statement like IF(ISBLANK([Location]),HERE(),[LocationColumn]). This will add your location to the list and you can see it from the map. If you add a format rule for that virtual column, you could see your location with a different icon.

The [LocationColumn] should be the column name where the map pins are pulling from, correct? What is the [Location] column supposed to refer to?

Top Labels in this Space