0

Put a google map in a image field

I have a formulat to generate a map(work perfectly) but I what to print It in a report, the problem it is not supported... Do you have a solution?

the formulat is:

do as server
let googlequery := "<iframe
width='1605'
height='450'
frameborder='0' style='border:0'
src='https://www.google.com/maps/embed/v1/place?key=AIzaSyA45BBVn0UoK5aQsciHpnmHEDAc3W3IoAM
&q=" + "" + "+" + 'address' + "," + 'city' + "+" + 'Province' + "+'Postalcode'+'allowfullscreen>
</iframe>";
html(googlequery)
end

1 reply

null
    • Jorg
    • 4 yrs ago
    • Reported - view

    Hi James, 

    At the moment the only "solution" that comes to my mind is to make a screenshot and save it in an image field.

    Best, Jörg

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 1139Views