I have an app that has clientele profiles. The detail views show all of their information. Is there a way to add a map to this view that only shows their address? I know that I can use the “view map” action to see a map of their location, but I rather have a sort of preview view on their detail view.
Hi @Jacob_Peters This may be a solution for you:
[Address or XY as a Map in Detail View](https://community.appsheet.com/t/address-or-xy-as-a-map-in-detail-view/26350) Tips & Tricks ?
Usually an Address or a XY value shows up as Text in Detail View. [image] But what if you want to see also the map in Detail View? This App shows how to do it. You have to create a Parent-Child relationship and use the map inline view. Usually you would use a read-only Slice. But you don’t have to. Just use this expression in a virtual column: REF_ROWS(“Your_Table”,“Key_Column”) The Address column would look like this: [image] The XY coulmn would look like this: [image] The App show…
2 Likes
Thanks a lot! This worked perfectly!
2 Likes