Skip to main content
I have this formula field and the last part is not rendering.

 

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
  1. 20 de mar. de 2019, 15:35
    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

     

     
0/9000