Dashboard Map Errors]

Hi! When there is map view in a dashboard, it is buggy. If I click on the view name of the map on the dashboard, I am brought to a page with a page name like “Closest Stores”, but if i click directly on the map, it brings me to a page with no page name. This messes with my formatting rules.

Thanks!

0 1 126
1 REPLY 1

Hi @retailpartnercom this is a know issue. If you click on a Pin or just somewhere in the map, it opens the map and the view is called “google-map”.

If you have a format rule condition like:
CONTEXT("View")="Closest Stores"
Then this will not apply in the “google-map” view.

So you have to change the condition to something more general like:
CONTEXT("ViewType")="Map"

Top Labels in this Space