Created
June 12, 2019 20:08
-
-
Save PatD/f6023ac4df38cd1af513159d5c9a8929 to your computer and use it in GitHub Desktop.
SharePoint Calculated HTML Column Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
="<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