Hi,
I have a dashboard that has a map. The user is supposed to click on a point on the map to control the rest of the dashboard. Because it is possible to select more than one point on a map, I have it set up so that when a point on the map is clicked, it updates a header selector (with Maximum categories = 1). This selector has actions that control the other elements in the dashboard so that they will only display one point's information at a time, even if the user accidently selects more than one point on the map. When the dashboard is opened, all the elements, except the map, display the message to make a selection. This all works fine, however, I would like to set a default location. If I try to set it in the selector, only one point will show on the map (not what I want - I want to select the point, not filter to it). Any suggestions on how I can select one point on the map and still display all the other points?
Thanks in advance.