Skip to main content
We have an account formula field that displays a flag that reps want to see in the attributes section of gainsight. However, when in Gainsight it displays as:



<img src="/img/samples/flag_green.gif" alt="green" border="0"/>



Here is the formula:

IF( 

SP_Dashboard_Beta_Test_SPID__c = TRUE, 

IMAGE("/img/samples/flag_green.gif", "green"), 

null 

)



It would be nice if the field could display as the image. 
Hi, Martha. 

Images can be allowed, I will talk to our PM on this.  However I have a question. Do you also have use cases for <video /> and <audio /> tags also ?



But again, we will not know the dimensions of the image. If the image is big and we try to fit it into small section, that would be little awkward. 



If you can suggestions on that, we could analyze. 



Thanks

Reply