Skip to main content
Diksha Joshi が「#Tableau Server」で質問

Hi Community, I am doing POC where we need to plot latitudes & longitudes on map. Client feedback is that can tableau by default zoom into city when respective city head seraches for his info instead of nationwide view that we  see in Tableau.These are 10 co-odinates we potted.Client wants Tableau to zoom into a locality by default instead of showing a nationwide view. Since it would save a lot of time if a heads was presented with his/her locality when opening this view.

5 件の回答
  1. 2024年12月12日 11:05

    You could have another map layer with the city that was related to the logged on user (I think that's what you're asking for). When you create a map layer, you can say whether you want it to determine the zoom range of the map:

    You could have another map layer with the city that was related to the logged on user (I think that's what you're asking for).By default, all layers are included, but I created a second calculated field to say

    IF [City] = "Twin Falls" THEN [City] END

    Which you would replace with your user determined locations. Then, you remove the main city list from the zoom extent, and the map will zoom to that single city (sorry the image is a little dull):

    image

0/9000