Select to view content in your preferred language

Pop up not showing when table row when selected

326
2
Jump to solution
12-13-2024 11:08 AM
MichaelKohler
Frequent Contributor

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?

0 Kudos
1 Solution

Accepted Solutions
rwrenner_abtglobal
Occasional Contributor

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

View solution in original post

2 Replies
rwrenner_abtglobal
Occasional Contributor

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

MichaelKohler
Frequent Contributor

The details worked. I hadn't thought about that and it actually works better than the popup.

Very much appreciated.