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 件の回答
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:
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):