How to hide detail in map deck?

hi i test formula this
(ux–format rule) condidtion=AND([Name] = “name”, CONTEXT(“ViewType”) = “Map”) don’t work
add virtual column and create (map_hide_detail) formula=“” or IF(CONTEXT(“ViewType”)=“Map”, “”, [Detail]) don’t work
(ux view) show_if=CONTEXT(“ViewType”)<>“Map” awww. map on deck hide ? when your click first or secend icon deck don’t work ( Remove the long lat coordinates )
(ux–format rule) condition=ISNOTBLANK([Your_LatLong_Column]) don’t work (app hang)

It helps, but it’s not 100% successful.
( How to change what shows in map view )
(ux–format rule) see text color change to #FFF0 (transparent) yeah got it.

how every help other ways to do this?
Maybe Gemini is hallucinating. :smiley:

Have you tried the documentation?

Hi @dev_tony I didn’t find any other solution than what I’ve described here.

But I’m happy to learn if there is a way.

I’ve also requested the AppSheet Team to give us the ability to hide this information, but with no success.

Note: You can set your own custom Deck View and control what is shown.

Are you trying to eliminate the Map Deck View because you just don’t want it to show at all?

i setting new
ux–view–map (primary nav).
position–last
[view option]–Location Nothing else.
secondary data table–slice(format rule)–color,name or etc.
secondary data coulmn–none
map type–automaic
location mode–normal
show_if=ISNOTBLANK(FILTER(“Login_Session”,AND([Email] = USEREMAIL(),DATE([DateTime]) =TODAY()))) [don’t login can’t look map]

icon location-pin can’t hide or delete. because system icon ?

Hi @dev_tony

I don’t understand what you mean by using a map but trying to make the pin disappear… have you tried changing the address field to text? don’t use an address if you don’t want the location marked.

Thank you for your reply. I just wanted to remove the pin icon as shown in the attached image. I’ve tried several methods and they didn’t work, but it’s okay, it’s not that serious.

Hi @dev_tony

thank you for your confirmation..