Report with Map Image and photo

Wayne_Rose
Participant I

I’m trying to create a report that can include a map image and a photo, We need a single page report per Penetration No.
I want to list all the information below the Penetration No, including the photo and the (XY) map (floorplan) image on the right.
I’d like the report page to look similar to this

0 5 319
5 REPLIES 5

One option is to use… SNAPSHOT(LINKTOROW([YourKeyColumn],“MapViewName”))

can we put SNAPSHOT() in image columns as an app formula?

This one would work, but it will show a world map instead of the xy background image.
So I think the right syntax would be:
<<SNAPSHOT(LINKTOVIEW(“MapViewName”))>>
In your Report you can set “Create Report” to “ForEachRowInTable”.
So you don’t have to specify the Key Column.


Yes you can, but it will look like this in the app:
3X_7_4_7472043660df3b5882f8af15ec795c2d5f1632f0.png
Even when “Require Image and File URL Signing” is turned off.
And the sync time will get very high.

The map is background image for the XY reference

Not tested, but snapshot expression will take all the deeplink expression as argument?

Top Labels in this Space