LINKTOFILTEREDVIEW

Hi 

i have a view named "MAP" and a table with 3 columns: "chrono" in ID / "plot plan 2" in XY / "SNAP" in image

i use the follow code to set in "SNAP" the snapshot of "MAP" view :

**************************

SNAPSHOT(LINKTOFILTEREDVIEW(“MAP”, ([Chrono] =[_THISROW].[Chrono]))
&'&_currentLat='&(LONG([_THISROW].[plot plan 2])/100*90-45)
&'&_currentLng='&(LAT([_THISROW].[plot plan 2])/100*180-90)
&'&_zoom=4')

**************************

but i have this snapshot saved in column "SNAP"

olivier_stazzu_0-1663250042910.png

someone has a idea?

thanks

0 3 94
  • UX
3 REPLIES 3

Afaik, SNAPSHOT() is meant for templates, not AppSheet columns

SNAPSHOT() - AppSheet Help

Steve
Platinum 4
Platinum 4

What are you trying to accomplish?

hi,

i try to capture  image off map . but it s ok it works .

thank you evreybody.

 

Top Labels in this Space