I have a dashboard with a map showing projects. I have a table showing the projects. I have set the actions on the projects table to filter the map and show the popup when a row is selected. I've also set the properties on the Map to 'Show pop-up' under 'When map is clicked'. When i click on the project in the map, the pop-up shows. But when I click on the table row, no pop-up.
I've also configured two downstream tables (Phases and Comments) that are filtered based on the project that was clicked. These actions work as expected. Any ideas as to why the pop-up doesn't show?
Solved! Go to Solution.
I think this has to do with the difference between filtering and selecting - the map popup will show when a given point is selected, but not necessarily when that point has been filtered by the table.
What it sounds like you're trying to do - have the project's information show upon selecting the table - could be accomplished using a details element (which displays the same info as the popup). You could configure this to only render when filtered and show max 1 record at a time.
Hope this helps.
-Rylee
I think this has to do with the difference between filtering and selecting - the map popup will show when a given point is selected, but not necessarily when that point has been filtered by the table.
What it sounds like you're trying to do - have the project's information show upon selecting the table - could be accomplished using a details element (which displays the same info as the popup). You could configure this to only render when filtered and show max 1 record at a time.
Hope this helps.
-Rylee
The details worked. I hadn't thought about that and it actually works better than the popup.
Very much appreciated.