IMAGE("https://taraconsalespicshare.azurewebsites.net/Photo/Thumbnail/"& Project_Rendering__c,"Project Rendering" & "?size=large" )
The "?text=large" does not shwo up once the formula filed is set. What could be wrong?
1 resposta
HI Matthew,
Can you share your image URL(it is complex, i mean what is 'Project Rendering' , what is '?size=large' ?)
Basically IMAGE formula works as below :
IMAGE(image_url, alternate_text [, height, width])
Eg: IMAGE("http://opi.yahoo.com/online?u="&Yahoo_Name__c, "Yahoo", Height="20" , Width="20")
Height/ Width are optional.
Thanks