Skip to content

Instantly share code, notes, and snippets.

@PatD
Created June 12, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatD/f6023ac4df38cd1af513159d5c9a8929 to your computer and use it in GitHub Desktop.
Save PatD/f6023ac4df38cd1af513159d5c9a8929 to your computer and use it in GitHub Desktop.
SharePoint Calculated HTML Column Example
="<div style='margin-left:10px;float:left;text-align:left;width: 100%;margin-top: 10px;'>
<a href='https://www.bing.com/maps?where1="&address&" "&city&" NC "&zip&"&rtop=0~1~0' target='_blank'>
<img width='500' height='150' src='https://dev.virtualearth.net/REST/V1/Imagery/Map/Road/"&address&"%2C"&city&"%2CNC%2C"&zip&"/15?mapSize=800,300&format=png&key=MYBINGKEYNOTABINKEY' />
</a><br />
</div>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment